Force config files to be installed even if removed/edited. ;-/
This commit is contained in:
+2
-1
@@ -213,7 +213,8 @@ function ovs {
|
|||||||
pkgs=""
|
pkgs=""
|
||||||
for p in $order; do
|
for p in $order; do
|
||||||
pkg=`echo "$orig" | grep $p`
|
pkg=`echo "$orig" | grep $p`
|
||||||
$pkginst $pkg
|
# Annoyingly, things seem to be missing without this flag
|
||||||
|
$pkginst --force-confmiss $pkg
|
||||||
done
|
done
|
||||||
# Switch can run on its own, but
|
# Switch can run on its own, but
|
||||||
# Mininet should control the controller
|
# Mininet should control the controller
|
||||||
|
|||||||
Reference in New Issue
Block a user