From 30d63f0a1170ca9b3690f010fcf72e7c1e73f9d1 Mon Sep 17 00:00:00 2001 From: Ryhon Date: Fri, 4 Mar 2022 19:20:39 +0100 Subject: Make SKIP_TERMINAL default to false if not set --- src/SMAPI.Installer/assets/unix-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/SMAPI.Installer/assets/unix-launcher.sh b/src/SMAPI.Installer/assets/unix-launcher.sh index 47937f95..6ab61df6 100644 --- a/src/SMAPI.Installer/assets/unix-launcher.sh +++ b/src/SMAPI.Installer/assets/unix-launcher.sh @@ -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} ########## -- cgit