mirror of
https://github.com/webmin/webmin.git
synced 2026-06-24 21:10:29 +01:00
Dev: Unroll vars [build]
This commit is contained in:
6
.github/build/vars.sh
vendored
6
.github/build/vars.sh
vendored
@@ -19,3 +19,9 @@ cloud_upload_ssh_dir="${ENV_BUILD__CLOUD_UPLOAD_SSH_DIR:-~/domains/builds.webmin
|
||||
cloud_upload_gpg_passphrase="${WEBMIN_DEV__GPG_PH}"
|
||||
|
||||
# Define verbosity level
|
||||
verbosity_level=' >/dev/null 2>&1 </dev/null'
|
||||
verbosity_level_to_file='2> /dev/null'
|
||||
verbosity_level_with_input=' >/dev/null 2>&1'
|
||||
if [[ "'$*'" == *"--debug"* ]]; then
|
||||
unset verbosity_level verbosity_level_to_file verbosity_level_with_input
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user