summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index d7a15521597..8295b3672cc 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -817,7 +817,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