mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
remove debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user