some bugfixes

This commit is contained in:
2021-07-17 17:44:21 +02:00
parent efc3b655a8
commit a9ac92e3a7
4 changed files with 11 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ fi
DOMAIN=$1
PROTOCOL="http"
if [[ $DOMAIN = "https://*" ]]; then
if [[ $DOMAIN = https://* ]]; then
PROTOCOL="https"
fi