From 1afd0a040cdd7c19b83ed5e45b360405ced90309 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 6 Sep 2021 14:57:05 +0100 Subject: [PATCH] bootstrap.sh typo fixes --- home.admin/_bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index a027e7ee8..13881b64b 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -538,7 +538,7 @@ if [ ${isMounted} -eq 0 ]; then errorState=$? if [ "$errorState" != "0" ]; then echo "EXIT _provision.setup.sh BECAUSE OF ERROR STATE ($errorState)" >> $logFile - echo "This can also happen if _provision.setup.sh has syntax errros" >> $logFile + echo "This can also happen if _provision.setup.sh has syntax errors" >> $logFile sed -i "s/^state=.*/state='error'/g" ${infoFile} sed -i "s/^message=.*/message='_provision.setup.sh fail'/g" ${infoFile} exit 1 @@ -568,7 +568,7 @@ if [ ${isMounted} -eq 0 ]; then errorState=$? if [ "$errorState" != "0" ]; then echo "EXIT _provision.update.sh BECAUSE OF ERROR STATE ($errorState)" >> $logFile - echo "This can also happen if _provision.update.sh has syntax errros" >> $logFile + echo "This can also happen if _provision.update.sh has syntax errors" >> $logFile sed -i "s/^state=.*/state='error'/g" ${infoFile} sed -i "s/^message=.*/message='_provision.update.sh fail'/g" ${infoFile} exit 1 @@ -582,7 +582,7 @@ if [ ${isMounted} -eq 0 ]; then errorState=$? if [ "$errorState" != "0" ]; then echo "EXIT _provision_.sh BECAUSE OF ERROR STATE ($errorState)" >> $logFile - echo "This can also happen if _provision_.sh has syntax errros" >> $logFile + echo "This can also happen if _provision_.sh has syntax errors" >> $logFile sed -i "s/^state=.*/state='error'/g" ${infoFile} sed -i "s/^message=.*/message='_provision_.sh fail'/g" ${infoFile} exit 1