remove debug

This commit is contained in:
rootzoll
2021-05-18 21:12:02 -05:00
parent 3c69e7174d
commit b342d6f6c2
2 changed files with 2 additions and 4 deletions

View File

@@ -122,8 +122,6 @@ do
exit 1
else
# every other state just push as event to SSH frontend
echo "${state} ${message}"
sleep 3
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}"
fi

View File

@@ -22,7 +22,7 @@ contentWords=($2)
contentString=$2
# default backtitle for dialog
backtitle="RaspiBlitz ${codeVersion} / ${localip}"
backtitle="RaspiBlitz ${codeVersion} / ${localip} / ${eventID}"
################################################
# 1) WELL DEFINED EVENTS
@@ -91,7 +91,7 @@ elif [ "${eventID}" == "noHDD" ]; then
# contentWords[1] --> size string (for example '1TB')
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Please connect a HDD/SSD.
Minimum of ${contentWords[1]} needed.
Minimum of ${contentWords[0]} needed.
" 7 40
elif [ "${eventID}" == "sdtoosmall" ]; then