summaryrefslogtreecommitdiffstats
path: root/28/fpm-alpine/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to '28/fpm-alpine/entrypoint.sh')
-rwxr-xr-x28/fpm-alpine/entrypoint.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/28/fpm-alpine/entrypoint.sh b/28/fpm-alpine/entrypoint.sh
index 53f96466..5b627f07 100755
--- a/28/fpm-alpine/entrypoint.sh
+++ b/28/fpm-alpine/entrypoint.sh
@@ -276,10 +276,4 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
run_path before-starting
fi
-echo "⚠️⚠️⚠️"
-echo "This image is maintained by community volunteers and designed for expert use."
-echo "For quick and easy deployment that supports the full set of Nextcloud Hub features, use the Nextcloud All-in-One docker container maintained by Nextcloud GmbH."
-echo "See https://github.com/nextcloud/all-in-one#nextcloud-all-in-one"
-echo "⚠️⚠️⚠️ "
-
exec "$@"