Skip to content

Commit

Permalink
fix SHOW_UI
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 10, 2024
1 parent 3f69c44 commit 3eeea21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,17 @@ EOL
fi

if echo "$OPTIONS" | grep -q "$shou_ui_opt"; then
export SHOW_UI=1
_SHOW_UI=1
else
_SHOW_UI=""
fi

if echo "$OPTIONS" | grep -q "$debug_opt"; then
export DEBUG=1
fi

fi

# export SHOW_UI=1
export SHOW_UI="${_SHOW_UI}"

if ( ls -1 /dev/disk/by-label | grep -q FRZR_UPDATE ); then

Expand Down

0 comments on commit 3eeea21

Please sign in to comment.