Make SKIP_TERMINAL default to false if not set

This commit is contained in:
Ryhon 2022-03-04 19:20:39 +01:00 committed by GitHub
parent 8429485e69
commit 30d63f0a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cd "$(dirname "$0")" || exit $?
# change to true to skip opening a terminal
# This isn't recommended since you won't see errors, warnings, and update alerts.
SKIP_TERMINAL=false
SKIP_TERMINAL=${SKIP_TERMINAL:=false}
##########