mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
fix typos
This commit is contained in:
parent
75bbd10017
commit
a067cb0ae7
@ -413,7 +413,7 @@ if [ ${isMounted} -eq 0 ]; then
|
||||
sudo /home/admin/config.scripts/blitz.ssh.sh restore >> $logFile
|
||||
|
||||
# determine if this is a recovery or an update
|
||||
# TODO: improve version/update detetion later
|
||||
# TODO: improve version/update detection later
|
||||
isRecovery=$(echo "${hddRaspiVersion}" | grep -c "${codeVersion}")
|
||||
if [ "${isRecovery}" == "1" ]; then
|
||||
infoMessage="Please Login for Recovery"
|
||||
|
@ -171,7 +171,7 @@ if [ ${mode} = "cln-import-gui" ]; then
|
||||
if [ "${scenario}" == "setup" ]; then
|
||||
RESULTFILE=$3
|
||||
if [ "${RESULTFILE}" == "" ]; then
|
||||
echo "error='mising parameter'"
|
||||
echo "error='missing parameter'"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user