Skip to content

Commit

Permalink
Improve detection of the GUI installer
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Dec 4, 2024
1 parent e83beb4 commit c9608a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __frzr-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ frzr_bootstrap() {
RUNNING=true

# Check for the GUI installer
if [ -n "$1" ] && [ -n "$2" ]; then
if [ "${SHOW_UI}" = "0" ] && [ "${FRZR_INSTALLER}" = "1" ]; then
STATE="FORMAT"
MOUNT_PATH=/tmp/frzr_root
else
Expand Down

0 comments on commit c9608a7

Please sign in to comment.