diff --git a/run.sh b/run.sh index 78bba89..9d85431 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/ash -if [ ! -e /etc/letsencrypt ] +if [ ! -e /etc/letsencrypt/live ] then echo "[!!] Certbot directory is not initialized" echo "[!!] Either it's the first run or you forgot to add a volume"