aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/openvswitch-switch.logrotate4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/openvswitch-switch.logrotate b/debian/openvswitch-switch.logrotate
index d72d2308..6620a094 100644
--- a/debian/openvswitch-switch.logrotate
+++ b/debian/openvswitch-switch.logrotate
@@ -8,10 +8,10 @@
postrotate
# Tell Open vSwitch daemons to reopen their log files
if [ -e /var/run/openvswitch/ovs-vswitchd.pid ]; then
- ovs-appctl --t ovs-vswitchd vlog/reopen
+ ovs-appctl -t ovs-vswitchd vlog/reopen
fi
if [ -e /var/run/openvswitch/ovsdb-server.pid ]; then
- ovs-appctl --t ovsdb-server vlog/reopen
+ ovs-appctl -t ovsdb-server vlog/reopen
fi
endscript
}