Correcting domain name variable in check_proxy_state method

This commit is contained in:
2022-06-16 08:52:09 +00:00
parent 9e588d156d
commit 7d9a18e5db
3 changed files with 10 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ ALLOWED_NETWORK=$(jq -r '.ALLOWED_NETWORK | select(.!="null") | join(" ")' $DOMA
ALTERNATE_LOCATION_PATH=$(jq -r .ALTERNATE_LOCATION_PATH $DOMAIN_SOURCE)
# check whether certificates exist or not
if [[ "$HTTPS_PORT" != "" ]]; then
/scripts/check_certificates.sh "$DOMAIN";
fi