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
|
if [ "$OLDUPDATE" != "$NEWUPDATE" ]; then
|
||||||
mv $NEW $OLD
|
mv $NEW $OLD
|
||||||
restorecon $OLD
|
/usr/sbin/restorecon $OLD
|
||||||
/etc/init.d/httpd graceful
|
/usr/bin/systemctl reload httpd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue