mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
increasea the loglevel for watchtower
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
413633cfea
commit
1ef7945c31
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ elif ! test -r /var/run/docker.sock; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$CONTAINER_TO_UPDATE" ]; then
|
if [ -n "$CONTAINER_TO_UPDATE" ]; then
|
||||||
exec /watchtower --cleanup --run-once "$CONTAINER_TO_UPDATE"
|
exec /watchtower --cleanup --debug --run-once "$CONTAINER_TO_UPDATE"
|
||||||
else
|
else
|
||||||
echo "'CONTAINER_TO_UPDATE' is not set. Cannot update anything."
|
echo "'CONTAINER_TO_UPDATE' is not set. Cannot update anything."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue