fix proxy contitional reload typo
This commit is contained in:
parent
8c729cc751
commit
6038999d66
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ rpm -q $PACKAGE
|
|||
|
||||
INSTALLED=$?
|
||||
|
||||
if [ ! -f /etc/httpd/ticketkey_*.tkey -a ! $HOST =~ (^proxy) ]; then
|
||||
if [[ ! -f "/etc/httpd/ticketkey_*.tkey" && "$HOST" =~ "^proxy" ]]; then
|
||||
# This host is not configured yet and not proxy host, do not try and restart httpd
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue