Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 4fb6313bec
Update microcode.sh
tweak
fixes https://github.com/tteck/Proxmox/issues/1680
2023-08-11 21:38:41 -04:00
tteckster dd495b6609
Update microcode.sh
test
2023-08-11 21:17:51 -04:00
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ HOLD="-"
CM="${GN}${CL}"
CROSS="${RD}${CL}"
set -euo pipefail
shopt -s inherit_errexit nullglob
msg_info() {
local msg="$1"
echo -ne " ${HOLD} ${YW}${msg}..."