mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
fix string
This commit is contained in:
parent
241428dc32
commit
40559c6093
@ -646,7 +646,7 @@ if [ "$action" = "setup" ] || [ "$action" = "recover" ]; then
|
||||
|
||||
# check that it is a valid setup type: STORAGE, SEPERATE-DATA, SEPERATE-SYSTEM
|
||||
actionType=$2
|
||||
if [ "${actionType}" != "STORAGE" ] && [ "${actionType}" != "SEPERATE-DATA" ] && [ "${actionType}" != "SEPERATE-SYSTEM" ]; then
|
||||
if [ "${actionType}" != "STORAGE" ] && [ "${actionType}" != "DATA" ] && [ "${actionType}" != "SYSTEM" ]; then
|
||||
echo "# actionType(${actionType})"
|
||||
echo "error='setup type not supported'"
|
||||
echo "error='setup type not supported'" >> ${logFile}
|
||||
|
Loading…
x
Reference in New Issue
Block a user