added httpd restart before running setup-le

This commit is contained in:
Beth Parker 2025-03-29 23:10:51 -05:00
parent 2236128a8d
commit 5164b327f2

View file

@ -17,6 +17,7 @@ function reload() {
#restart httpd #restart httpd
systemctl start httpd systemctl start httpd
/scripts/setup-le.sh /scripts/setup-le.sh
systemctl restart httpd
#load cert #load cert
fi fi