From 4fb6313bec93a926f5644fe7d31aacffd764c0e1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 11 Aug 2023 21:38:41 -0400 Subject: [PATCH] Update microcode.sh tweak fixes https://github.com/tteck/Proxmox/issues/1680 --- misc/microcode.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index 06f7e381..6b3bb5fc 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -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}..."