diff --git a/make/install.sh b/make/install.sh index b01da719c..e7e94265f 100755 --- a/make/install.sh +++ b/make/install.sh @@ -192,7 +192,7 @@ docker-compose up -d protocol=http hostname=reg.mydomain.com -if [ -n "$(grep '^[^#]*https:' ./harbor.yml)"] +if [ -n "$(grep '^[^#]*https:' ./harbor.yml)" ] then protocol=https fi