fix typos

This commit is contained in:
openoms 2021-09-07 14:12:51 +01:00
parent 75bbd10017
commit a067cb0ae7
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65
2 changed files with 2 additions and 2 deletions

View File

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

View File

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