Force config files to be installed even if removed/edited. ;-/

This commit is contained in:
Bob Lantz
2012-02-13 17:27:32 -08:00
parent 2b26161000
commit 7eb869af85
+2 -1
View File
@@ -213,7 +213,8 @@ function ovs {
pkgs=""
for p in $order; do
pkg=`echo "$orig" | grep $p`
$pkginst $pkg
# Annoyingly, things seem to be missing without this flag
$pkginst --force-confmiss $pkg
done
# Switch can run on its own, but
# Mininet should control the controller