add it to mastercontainer as well

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-10-06 23:22:19 +02:00
parent 56af317778
commit be299dfe8c

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
curl -skfI https://localhost:8080 || exit 1 nc -z localhost 8080 || exit 1
fi fi