contrib/openvswitch/post-install

7 lines
150 B
Plaintext
Raw Normal View History

2014-01-30 22:52:52 +01:00
#!/bin/sh
2022-04-11 16:27:14 +02:00
if [ ! -e /etc/openvswitch/conf.db ]; then
ovsdb-tool create \
/etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
fi