bugfix: missing semicolon in bbhn_ar71xx/8debb9019c1c6520e14150f3647cb025384eaf31

This commit is contained in:
Conrad Lara - KG6JEI 2014-05-29 17:12:32 -07:00
parent 8debb9019c
commit 9fbac6c3f2
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ unless($cfg{wifi_proto} eq "disabled")
if(wifi_useschains()){
print FILE "/usr/local/bin/wifi-onbootchains\n";
}
print FILE "/usr/sbin/iw dev wlan0 set txpower fixed $cfg{wifi_txpower}00\n"
print FILE "/usr/sbin/iw dev wlan0 set txpower fixed $cfg{wifi_txpower}00\n";
if(defined $cfg{aprs_lat} and defined $cfg{aprs_lon})
{
printf FILE "echo %s,%s > /tmp/latlon.txt\n", $cfg{aprs_lat}, $cfg{aprs_lon};