mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
bash doesn't like spaces around operands
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -92,7 +92,6 @@ if (( ${mgrlen} > 0 )); then
|
|||||||
"./test_status_msg.py --debug --mgr $MGR" #this is all which is needed to run
|
"./test_status_msg.py --debug --mgr $MGR" #this is all which is needed to run
|
||||||
#"./test_wanlink.py --debug --mgr $MGR"
|
#"./test_wanlink.py --debug --mgr $MGR"
|
||||||
#"./ws_generic_monitor_test.py --mgr $MGR"
|
#"./ws_generic_monitor_test.py --mgr $MGR"
|
||||||
"../py-json/ws-sta-monitor.py --debug --mgr $MGR"
|
|
||||||
"./create_bridge.py --radio wiphy1 --upstream_port eth1 --target_device sta0000 --debug --mgr $MGR"
|
"./create_bridge.py --radio wiphy1 --upstream_port eth1 --target_device sta0000 --debug --mgr $MGR"
|
||||||
"./create_l3.py --radio wiphy1 --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR"
|
"./create_l3.py --radio wiphy1 --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR"
|
||||||
"./create_l4.py --radio wiphy1 --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR"
|
"./create_l4.py --radio wiphy1 --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR"
|
||||||
|
Reference in New Issue
Block a user