mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
59bbff23fe
Signed-off-by: szaimen <szaimen@e.mail.de>
5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/bash
|
|
|
|
if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
|
|
curl -skfI https://localhost:8080 || exit 1
|
|
fi
|