Skip to content

Commit 13e9829

Browse files
committed
fix detail
Signed-off-by: Simon L. <[email protected]>
1 parent 7cb96ae commit 13e9829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/mastercontainer/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fi
285285

286286
# Check if ghcr.io is reachable
287287
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
288-
if ! curl https://ghcr.io 2>&1; then
288+
if ! curl https://ghcr.io &>/dev/null; then
289289
print_red "Could not reach https://ghcr.io."
290290
echo "Most likely is something blocking access to it."
291291
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"

0 commit comments

Comments
 (0)