This commit is contained in:
rootzoll 2021-09-06 20:26:49 +02:00
parent e901002fae
commit 39d7df86f6

View file

@ -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")