From: cgeoffroy Date: Fri, 17 Mar 2017 11:51:18 +0000 (+0100) Subject: Using sudo when calling containernet X-Git-Tag: v3.1~37^2~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=4b9ba68d600260708aae9b0426df53bea7ed835c Using sudo when calling containernet --- diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 027284d..eb714ab 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -54,7 +54,7 @@ rm -f screenlog.0 # Start containernet with a topology -screen -L -S sonemu -d -m python src/emuvim/examples/simple_topology.py +screen -L -S sonemu -d -m sudo python src/emuvim/examples/simple_topology.py # Setup screen for immediate flusing screen -S sonemu -X logfile flush 0 # Wait for the cli to start