mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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=()
|
||||||
OPTIONS+=(FRESHSETUP "Setup a new RaspiBlitz")
|
OPTIONS+=(FRESHSETUP "Setup a new RaspiBlitz")
|
||||||
if [ "${specialOption}" == "update" ] || [ "${specialOption}" == "recovery" ]; then
|
if [ "${specialOption}" == "update" ] || [ "${specialOption}" == "recovery" ]; then
|
||||||
OPTIONS+=(RECOVER "Recover/Update existing RaspiBlitz")
|
OPTIONS+=(RECOVER "Recover/Update RaspiBlitz")
|
||||||
fi
|
fi
|
||||||
if [ "${specialOption}" == "migration" ]; then
|
if [ "${specialOption}" == "migration" ]; then
|
||||||
OPTIONS+=(CHANGE "Make Node a RaspiBlitz")
|
OPTIONS+=(CHANGE "Make Node a RaspiBlitz")
|
||||||
|
|
Loading…
Add table
Reference in a new issue