aboutsummaryrefslogtreecommitdiffstats
path: root/launch-all-encoders.sh
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2015-01-13 09:23:28 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2015-01-13 09:23:28 +0100
commit3d3382cadcd032d1e58c95ee82262f91424ad98b (patch)
tree348dcca34791571a99fdf8a7984ed70e4a0a9871 /launch-all-encoders.sh
parent3f2143ac7ad93e0d0283cd733af1f1061e2867aa (diff)
downloaddab-scripts-3d3382cadcd032d1e58c95ee82262f91424ad98b.tar.gz
dab-scripts-3d3382cadcd032d1e58c95ee82262f91424ad98b.tar.bz2
dab-scripts-3d3382cadcd032d1e58c95ee82262f91424ad98b.zip
Fix shell script bugs
Diffstat (limited to 'launch-all-encoders.sh')
-rwxr-xr-xlaunch-all-encoders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch-all-encoders.sh b/launch-all-encoders.sh
index ec365cf..e4ca3db 100755
--- a/launch-all-encoders.sh
+++ b/launch-all-encoders.sh
@@ -11,7 +11,7 @@ then
for radio in ${all_radios[*]}
do
echo "Launching $radio encoder"
- screen -t $radio ./radio.sh $radio
+ screen -t "$radio" ./radio.sh "$radio"
sleep 0.4
done