mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
debian: Fix path for ovsdb-server in init script.
Reported-by: Brad Hall <brad@nicira.com>
This commit is contained in:
2
debian/openvswitch-switch.init
vendored
2
debian/openvswitch-switch.init
vendored
@@ -23,7 +23,7 @@
|
||||
# Short-Description: Open vSwitch switch
|
||||
### END INIT INFO
|
||||
|
||||
(test -x /usr/sbin/ovs-vswitchd && test -x /usr/bin/ovsdb-server) || exit 0
|
||||
(test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0
|
||||
|
||||
. /usr/share/openvswitch/scripts/ovs-lib.sh
|
||||
test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch
|
||||
|
Reference in New Issue
Block a user