From b0e94d2ea36921a0a0d58f7199a619b212fe6f89 Mon Sep 17 00:00:00 2001 From: Star_ZER0 Date: Fri, 3 Feb 2023 22:57:33 +0800 Subject: [PATCH] Fix offline mode not working properly (#378) --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index d6ef0ad..0b55dcc 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -141,7 +141,7 @@ if [ "$COMPRESS_OUTPUT" = "--compress" ]; then 'xz' "tar.xz" 'off' ) fi -# if ! (YesNoBox '([title]="Off line mode" [text]="Do you want to enable off line mode?")'); then +# if (YesNoBox '([title]="Off line mode" [text]="Do you want to enable off line mode?")'); then # OFFLINE="--offline" # else # OFFLINE=""