From 210b99c6432f93f12729e48f9de921fb4c1af10c Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 9 Nov 2022 12:30:20 +0100 Subject: [PATCH] fix typo --- debian/scripts/iobroker_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/iobroker_startup.sh b/debian/scripts/iobroker_startup.sh index ec3eb0a..8c26c66 100644 --- a/debian/scripts/iobroker_startup.sh +++ b/debian/scripts/iobroker_startup.sh @@ -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."