Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
devlaam committed Sep 7, 2016
1 parent 546e84f commit d3717de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lorank8v1/lora_suite
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi;
# See if we must create a default setting for the forwarder
if [ ! -e $TARGETDIR/forwarder ]
then
echo "fw_poly" > $TARGETDIR/forwarder
echo -n "fw_poly" > $TARGETDIR/forwarder
fi


0 comments on commit d3717de

Please sign in to comment.