Skip to content

Commit 3f40f96

Browse files
Update mininet-vm-init.sh
Fixed typo in call to execute pox-init.py
1 parent ed4d822 commit 3f40f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mininet-vm-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt-get install sqlite htop traceroute xprobe2
2626
# git clone [email protected]:scy-phy/minicps.git
2727

2828
echo "Init pox"
29-
python minicps/bin/pox_init.py
29+
python minicps/bin/pox-init.py
3030

3131
# TODO
3232
# xserver otherwise no xterm and wireshark

0 commit comments

Comments
 (0)