Adjust this for rhel7
This commit is contained in:
parent
0da571b992
commit
4638057c27
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ NEWUPDATE=`openssl crl -in $NEW -noout -lastupdate`
|
|||
|
||||
if [ "$OLDUPDATE" != "$NEWUPDATE" ]; then
|
||||
mv $NEW $OLD
|
||||
restorecon $OLD
|
||||
/etc/init.d/httpd graceful
|
||||
/usr/sbin/restorecon $OLD
|
||||
/usr/bin/systemctl reload httpd
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue