This commit is contained in:
buanet
2022-11-09 12:30:20 +01:00
parent c8e5a424fe
commit 210b99c643

View File

@@ -31,7 +31,7 @@ pkill_timeout=10 # timeout for iobroker shutdown in seconds
# Stop on error function
stop_on_error() {
if [[ "$debug" == "true" ]]; then
echo ''
echo ' '
echo "[DEBUG] Debug mode prevents the container from exiting on errors."
echo "[DEBUG] This enables you to investigate or fix your issue on the command line."
echo "[DEBUG] If you want to stop or restart your container you have to do it manually."