Fix offline mode not working properly (#378)

This commit is contained in:
Star_ZER0 2023-02-03 22:57:33 +08:00 committed by GitHub
parent e1bf8969dd
commit b0e94d2ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ if [ "$COMPRESS_OUTPUT" = "--compress" ]; then
'xz' "tar.xz" 'off' 'xz' "tar.xz" 'off'
) )
fi 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" # OFFLINE="--offline"
# else # else
# OFFLINE="" # OFFLINE=""