mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Added missing quotes in test cmd.
This commit is contained in:
@@ -37,7 +37,7 @@ set -e
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
# Wait for an IP address
|
# Wait for an IP address
|
||||||
until [ $ipVar != " " ]; do
|
until [ "$ipVar" != " " ]; do
|
||||||
sleep 10
|
sleep 10
|
||||||
ipVar=`hostname -I`
|
ipVar=`hostname -I`
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user