浏览代码

Update microcode.sh

tweak
fixes https://github.com/tteck/Proxmox/issues/1680
tteckster 1 年之前
父节点
当前提交
4fb6313bec
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      misc/microcode.sh

+ 0 - 3
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}..."