1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-11-22 02:21:33 -05:00

Update install.sh

This commit is contained in:
Tommy 2022-04-18 03:39:39 -04:00
parent 423f29bc72
commit b1c6255894
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -853,6 +853,7 @@ ssl_certs(){
if [ "$installoption" = "2" ]; then if [ "$installoption" = "2" ]; then
certbot certonly --standalone --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive certbot certonly --standalone --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive
fi fi
systemctl enable --now certbot.timer
} }
firewall(){ firewall(){