mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 00:27:01 +00:00
f678b09523
Signed-off-by: Simon L. <szaimen@e.mail.de>
8 lines
222 B
Bash
8 lines
222 B
Bash
#!/bin/bash
|
|
|
|
# Unfortunately, no curl and no nc is installed in the container
|
|
# and packages can also not be added as the package list is broken.
|
|
# So always exiting 0 for now.
|
|
# nc http://127.0.0.1:9980 || exit 1
|
|
exit 0
|