소스 검색

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() {