diff --git a/start.letsencrypt.sh b/start.letsencrypt.sh index 3f5a2f4..69568e5 100755 --- a/start.letsencrypt.sh +++ b/start.letsencrypt.sh @@ -55,7 +55,7 @@ create_json() { start_letsencrypt() { cd /root if [ "$LETSENCRYPT_INSTALLED" != "true" ]; then - curl https://get.acme.sh | | sh -s -- --home /acme.sh/$DOMAIN email=$EMAIL + curl https://get.acme.sh | sh -s -- --home /acme.sh/$DOMAIN email=$EMAIL LETSENCRYPT_INSTALLED=true fi