Skip to content

Commit

Permalink
Merge pull request g4klx#139 from dd5xl/master
Browse files Browse the repository at this point in the history
Added missing quotes in test cmd.
  • Loading branch information
g4klx authored Aug 21, 2016
2 parents 37f78e8 + b7a0dec commit fba178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/init/mmdvmhost
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set -e
case "$1" in
start)
# Wait for an IP address
until [ $ipVar != " " ]; do
until [ "$ipVar" != " " ]; do
sleep 10
ipVar=`hostname -I`
done
Expand Down

0 comments on commit fba178e

Please sign in to comment.