mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
fix typo
This commit is contained in:
4
debian/scripts/iobroker_startup.sh
vendored
4
debian/scripts/iobroker_startup.sh
vendored
@@ -247,7 +247,7 @@ else
|
|||||||
echo "There was a problem detecting the admin instance of your iobroker."
|
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 "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"
|
echo "For more details see https://docs.buanet.de/iobroker-docker-image/docs/#restore"
|
||||||
stop_on_error()
|
stop_on_error
|
||||||
fi
|
fi
|
||||||
# check hostname
|
# check hostname
|
||||||
if [[ "$adminhostname" != "" && "$adminhostname" != "$(hostname)" ]]; then
|
if [[ "$adminhostname" != "" && "$adminhostname" != "$(hostname)" ]]; then
|
||||||
@@ -262,7 +262,7 @@ else
|
|||||||
echo ' '
|
echo ' '
|
||||||
else
|
else
|
||||||
echo "There was a problem checking the hostname."
|
echo "There was a problem checking the hostname."
|
||||||
stop_on_error()
|
stop_on_error
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user