mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
ease up on the pipefail
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
# Use the script's first argument or the supplied WEBI_VERSION or ''
|
||||
WEBI_VERSION=${1:-${WEBI_VERSION:-}}
|
||||
|
||||
Reference in New Issue
Block a user