mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-19 03:19:01 +02:00
fix typo
This commit is contained in:
2
debian/scripts/iobroker_startup.sh
vendored
2
debian/scripts/iobroker_startup.sh
vendored
@@ -31,7 +31,7 @@ pkill_timeout=10 # timeout for iobroker shutdown in seconds
|
|||||||
# Stop on error function
|
# Stop on error function
|
||||||
stop_on_error() {
|
stop_on_error() {
|
||||||
if [[ "$debug" == "true" ]]; then
|
if [[ "$debug" == "true" ]]; then
|
||||||
echo ''
|
echo ' '
|
||||||
echo "[DEBUG] Debug mode prevents the container from exiting on errors."
|
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] 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."
|
echo "[DEBUG] If you want to stop or restart your container you have to do it manually."
|
||||||
|
|||||||
Reference in New Issue
Block a user