mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
be299dfe8c
Signed-off-by: szaimen <szaimen@e.mail.de>
5 lines
116 B
Bash
5 lines
116 B
Bash
#!/bin/bash
|
|
|
|
if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
|
|
nc -z localhost 8080 || exit 1
|
|
fi
|