summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorRoi Dayan <roid@mellanox.com>2019-10-28 10:37:44 +0200
committerSimon Horman <simon.horman@netronome.com>2019-10-29 09:45:55 +0100
commited1617406ceaa79c83417bd1ad8c05944eddda71 (patch)
tree2b4262237c0a1545d660b2e0509d15e24b7f6a39 /rhel
parentacc5df0e3cb036524d49891fdb9ba89b609dd26a (diff)
downloadopenvswitch-ed1617406ceaa79c83417bd1ad8c05944eddda71.tar.gz
rhel: openvswitch-fedora.spec.in: Fix output redirect to null device
Add missing slash. Fixes: 0447019df7c6 ("fedora-spec: added systemd post/postun/pre/preun sections") Signed-off-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 3a87c6d0c..0f6352101 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -340,7 +340,7 @@ fi
%else
# Package install, not upgrade
if [ $1 -eq 1 ]; then
- /bin/systemctl daemon-reload >dev/null || :
+ /bin/systemctl daemon-reload >/dev/null || :
fi
%endif