From 4b9ba68d600260708aae9b0426df53bea7ed835c Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Fri, 17 Mar 2017 12:51:18 +0100 Subject: [PATCH] Using sudo when calling containernet --- utils/ci/check_manual_usage_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1