mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 13:36:10 +08:00
Merge pull request #5895 from nextcloud/enh/noid/improve-check
improve check for auth.docker.io
This commit is contained in:
commit
f4f9c3630a
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ fi
|
||||||
|
|
||||||
# Check if auth.docker.io is reachable
|
# Check if auth.docker.io is reachable
|
||||||
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
||||||
if ! curl https://auth.docker.io/token | grep -q token; then
|
if ! curl https://auth.docker.io/token 2>&1 | grep -q token; then
|
||||||
print_red "Could not reach https://auth.docker.io."
|
print_red "Could not reach https://auth.docker.io."
|
||||||
echo "Most likely is something blocking access to it."
|
echo "Most likely is something blocking access to it."
|
||||||
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"
|
echo "You should be able to fix this by using https://github.com/nextcloud/all-in-one/tree/main/manual-install"
|
||||||
|
|
Loading…
Add table
Reference in a new issue