mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
remove debug
This commit is contained in:
@@ -122,8 +122,6 @@ do
|
|||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
# every other state just push as event to SSH frontend
|
# every other state just push as event to SSH frontend
|
||||||
echo "${state} ${message}"
|
|
||||||
sleep 3
|
|
||||||
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}"
|
/home/admin/setup.scripts/eventInfoWait.sh "${state}" "${message}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ contentWords=($2)
|
|||||||
contentString=$2
|
contentString=$2
|
||||||
|
|
||||||
# default backtitle for dialog
|
# default backtitle for dialog
|
||||||
backtitle="RaspiBlitz ${codeVersion} / ${localip}"
|
backtitle="RaspiBlitz ${codeVersion} / ${localip} / ${eventID}"
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# 1) WELL DEFINED EVENTS
|
# 1) WELL DEFINED EVENTS
|
||||||
@@ -91,7 +91,7 @@ elif [ "${eventID}" == "noHDD" ]; then
|
|||||||
# contentWords[1] --> size string (for example '1TB')
|
# contentWords[1] --> size string (for example '1TB')
|
||||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
Please connect a HDD/SSD.
|
Please connect a HDD/SSD.
|
||||||
Minimum of ${contentWords[1]} needed.
|
Minimum of ${contentWords[0]} needed.
|
||||||
" 7 40
|
" 7 40
|
||||||
|
|
||||||
elif [ "${eventID}" == "sdtoosmall" ]; then
|
elif [ "${eventID}" == "sdtoosmall" ]; then
|
||||||
|
Reference in New Issue
Block a user