Skip to content

Commit

Permalink
Fix the improper whiptail usage by default
Browse files Browse the repository at this point in the history
Fix the improper whiptail usage by ensuring SHOW_UI variable is set to 0 as stated into the command help
  • Loading branch information
NeroReflex committed Aug 18, 2024
1 parent a82f3a5 commit d06e62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __frzr-envars
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ if [ -z "$EFI_MOUNT_PATH" ]; then
EFI_MOUNT_PATH="${MOUNT_PATH}/efi" # EFI mount path
fi

if [ -z "$SHOW_UI" ]; then
SHOW_UI="0"
fi

if [ -z "$FRZR_INSTALLER" ]; then
FRZR_INSTALLER="0"
fi
Expand Down

0 comments on commit d06e62c

Please sign in to comment.