Update linupx-scripts.sh
This commit is contained in:
@@ -682,7 +682,7 @@ INSTALL_WATCHTOWER() {
|
|||||||
until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do
|
until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do
|
||||||
sleep 0.1;
|
sleep 0.1;
|
||||||
done
|
done
|
||||||
sleep 1s
|
sleep 0.5s
|
||||||
docker logs watchtower
|
docker logs watchtower
|
||||||
echo
|
echo
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user