From c8e5a424fea01ea94d437e81138d9af8995b7c10 Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 9 Nov 2022 10:27:57 +0100 Subject: [PATCH] fix typo --- debian/scripts/iobroker_startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/scripts/iobroker_startup.sh b/debian/scripts/iobroker_startup.sh index 3c02064..ec3eb0a 100644 --- a/debian/scripts/iobroker_startup.sh +++ b/debian/scripts/iobroker_startup.sh @@ -247,7 +247,7 @@ else echo "There was a problem detecting the admin instance of your iobroker." echo "Make sure the ioBroker installation you use has an admin instance or start over with a fresh installation and restore your configuration." echo "For more details see https://docs.buanet.de/iobroker-docker-image/docs/#restore" - stop_on_error() + stop_on_error fi # check hostname if [[ "$adminhostname" != "" && "$adminhostname" != "$(hostname)" ]]; then @@ -262,7 +262,7 @@ else echo ' ' else echo "There was a problem checking the hostname." - stop_on_error() + stop_on_error fi fi