浏览代码

Update openwrt.sh

fixes https://github.com/tteck/Proxmox/issues/1842
tteckster 1 年之前
父节点
当前提交
d7ed355918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vm/openwrt.sh

+ 1 - 1
vm/openwrt.sh

@@ -36,7 +36,7 @@ BFR="\\r\\033[K"
 HOLD="-"
 CM="${GN}✓${CL}"
 CROSS="${RD}✗${CL}"
-set -Eeuo pipefail
+set -Eeo pipefail
 trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
 trap cleanup EXIT
 function error_handler() {