diff options
| -rw-r--r-- | glusterfs.spec.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index d99d5ca79fd..7cb3f076673 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -845,7 +845,7 @@ fi  #reload service files if firewalld running  if $(systemctl is-active firewalld 1>/dev/null 2>&1); then    #firewalld-filesystem is not available for rhel7, so command used for reload. -  firewall-cmd  --reload +  firewall-cmd  --reload 1>/dev/null 2>&1  fi  %endif  | 
