mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix ui
This commit is contained in:
parent
e901002fae
commit
39d7df86f6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sleep 3
|
|||
OPTIONS=()
|
||||
OPTIONS+=(FRESHSETUP "Setup a new RaspiBlitz")
|
||||
if [ "${specialOption}" == "update" ] || [ "${specialOption}" == "recovery" ]; then
|
||||
OPTIONS+=(RECOVER "Recover/Update existing RaspiBlitz")
|
||||
OPTIONS+=(RECOVER "Recover/Update RaspiBlitz")
|
||||
fi
|
||||
if [ "${specialOption}" == "migration" ]; then
|
||||
OPTIONS+=(CHANGE "Make Node a RaspiBlitz")
|
||||
|
|
Loading…
Add table
Reference in a new issue