Skip to content

Commit

Permalink
rhel: openvswitch-fedora.spec.in: Fix output redirect to null device
Browse files Browse the repository at this point in the history
Add missing slash.

Fixes: 0447019 ("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>
  • Loading branch information
roidayan authored and shorman-netronome committed Oct 29, 2019
1 parent 28f634a commit 672785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/openvswitch-fedora.spec.in
Expand Up @@ -416,7 +416,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

Expand Down

0 comments on commit 672785b

Please sign in to comment.