symlink to default server

This commit is contained in:
f 2019-10-07 15:57:11 -03:00
parent dc5856cb03
commit 7d7c88a70b
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -15,6 +15,9 @@ case $1 in
--agree-tos \
--webroot-path /var/lib/letsencrypt \
-d "${site}"
cd /etc/letsencrypt/live
ln -s ${SUTTY} default
done ;;
# Generate certificates
*)