testbed-ctlr: Fix typo

This commit is contained in:
Ben Greear
2020-05-22 13:45:52 -07:00
parent 3ec6ecb309
commit 41f2e16ff6

View File

@@ -220,7 +220,7 @@ for ($i = 0; $i<@lines; $i++) {
}
# Restart the GUI on the LANforge system
do_system("ssh lanforge\@lfmgr pkill -f \"miglayout.*8080\"");
do_system("ssh lanforge\@$lfmgr pkill -f \"miglayout.*8080\"");
# and then get it onto the DUT, reboot DUT, re-configure as needed,
do_system("scp *sysupgrade.bin lanforge\@$lfmgr:tip-$jfile");