Fix curl command syntax in start.letsencrypt.sh for proper installation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user