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=""