Commit a4203b2d authored by Ricardo Fonseca's avatar Ricardo Fonseca

Fixed demo script files

parent 2f6d1e30
......@@ -16,8 +16,8 @@ msg() {
[ $EUID -eq 0 ] || abort "Must run as root"
LOCAL_DIR="$(readlink -f "$(dirname "$0")")"
MININET_RUN="$LOCAL_DIR/../network-manager/run_mininet.py"
NETMANAGER_RUN="$LOCAL_DIR/../network-manager/run_netmanager.py"
msg "Cleaning up network manager..."
"$MININET_RUN" --config demo --cleanlocal
"$NETMANAGER_RUN" --config demo --cleanlocal
......@@ -20,7 +20,7 @@ if ! [ -d "$LOCAL_DIR/../collector/target" -a -d "$LOCAL_DIR/../sdncontroller/ta
abort "Must build collector and sdncontroller applications first"
fi
MININET_RUN="$LOCAL_DIR/../network-manager/run_mininet.py"
NETMANAGER_RUN="$LOCAL_DIR/../network-manager/run_netmanager.py"
msg "Launching network manager..."
"$MININET_RUN" --arp --config demo --autocfg
"$NETMANAGER_RUN" --arp --config demo --autocfg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment