We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb96ae commit 13e9829Copy full SHA for 13e9829
Containers/mastercontainer/start.sh
@@ -285,7 +285,7 @@ fi
285
286
# Check if ghcr.io is reachable
287
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
288
-if ! curl https://ghcr.io 2>&1; then
+if ! curl https://ghcr.io &>/dev/null; then
289
print_red "Could not reach https://ghcr.io."
290
echo "Most likely is something blocking access to it."
291
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"
0 commit comments