Latest script adjustments

This commit is contained in:
dontobi
2023-07-08 08:14:59 +02:00
parent 2359e5118c
commit 52306ee19a
3 changed files with 17 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ enable_maintenance() {
# undocumented option, only for use with backitup restore scripts
# stops iobroker by terminating js-controller process by name (the old way)
echo "This command will activate maintenance mode and stop js-controller."
echo "Activating maintenance mode..."
echo -n "Activating maintenance mode... "
echo "maintenance" > "$healthcheck"
sleep 1
echo "Done."