diff --git a/bin/add-site/install_directus.sh b/bin/add-site/install_directus.sh index 5fb49e8..20147ab 100644 --- a/bin/add-site/install_directus.sh +++ b/bin/add-site/install_directus.sh @@ -145,5 +145,4 @@ if ! grep -q "cms.${DOMAIN_NAME}" "$CADDYFILE"; then echo -e "${PURPLE}${BOLD}You can now add some content${RESET}" else echo -e "${ORANGE}${BOLD}Entry for cms.${DOMAIN_NAME} already exists in $CADDYFILE.${RESET}" -fi -sh -c \ No newline at end of file +fi \ No newline at end of file