added httpd restart before running setup-le

This commit is contained in:
Beth Parker 2025-03-29 23:10:16 -05:00
parent fdd9159f92
commit fab3be13b8

View file

@ -15,8 +15,8 @@ function reload() {
fi fi
if [ -d /var/lib/ipa/ ] if [ -d /var/lib/ipa/ ]
#restart httpd #restart httpd
/scripts/setup-le.sh
systemctl start httpd systemctl start httpd
/scripts/setup-le.sh
#load cert #load cert
fi fi