summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2024-03-04 21:00:00 +0000
committerGitHub <noreply@github.com>2024-03-04 21:00:00 +0000
commit0e725c6fa53a2aacc10dc65dc6dad684a4ece227 (patch)
tree849220527e6418fdb7cb72f4678a645b64ee83b0
parent3ff69e2c1d08ebb3cfbe98e395516a280198ed03 (diff)
Revert "update docker-entrypoint.sh" (#2175)
-rwxr-xr-xdocker-entrypoint.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 53f96466..5b627f07 100755
--- a/docker-entrypoint.sh
+++ b/docker-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 "$@"