From b6bb25fa2d337c4af67c13cdc3c504d15eb97ce3 Mon Sep 17 00:00:00 2001 From: Roi Dayan Date: Mon, 28 Oct 2019 10:37:44 +0200 Subject: 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 Signed-off-by: Simon Horman --- rhel/openvswitch-fedora.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 82e42c839..9306f3e06 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -360,7 +360,7 @@ rm -rf $RPM_BUILD_ROOT %else # Package install, not upgrade if [ $1 -eq 1 ]; then - /bin/systemctl daemon-reload >dev/null || : + /bin/systemctl daemon-reload >/dev/null || : fi %endif -- cgit v1.2.1