Skip to content

Commit d06e62c

Browse files
committed
Fix the improper whiptail usage by default
Fix the improper whiptail usage by ensuring SHOW_UI variable is set to 0 as stated into the command help
1 parent a82f3a5 commit d06e62c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

__frzr-envars

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ if [ -z "$EFI_MOUNT_PATH" ]; then
2828
EFI_MOUNT_PATH="${MOUNT_PATH}/efi" # EFI mount path
2929
fi
3030

31+
if [ -z "$SHOW_UI" ]; then
32+
SHOW_UI="0"
33+
fi
34+
3135
if [ -z "$FRZR_INSTALLER" ]; then
3236
FRZR_INSTALLER="0"
3337
fi

0 commit comments

Comments
 (0)