mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update lib/tests.sh
Co-authored-by: yalh76 <yalh@yahoo.com>
This commit is contained in:
parent
437093ee88
commit
19b98f468c
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
|
||||||
|
|
||||||
log_debug "Running curl $check_domain$curl_check_path"
|
log_debug "Running curl $check_domain$curl_check_path"
|
||||||
|
|
||||||
# Call curl to try to access to the URL of the app
|
# Call cURL to try to access to the URL of the app
|
||||||
curl --location --insecure --silent --show-error \
|
curl --location --insecure --silent --show-error \
|
||||||
--header "Host: $check_domain" \
|
--header "Host: $check_domain" \
|
||||||
--resolve $DOMAIN:80:$LXC_IP \
|
--resolve $DOMAIN:80:$LXC_IP \
|
||||||
|
|
Loading…
Add table
Reference in a new issue