mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-07 16:44:39 -04:00
Fixed docker setup.sh comparison
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ set -x
|
||||
# what command you want to run in the container
|
||||
COMMAND="server"
|
||||
|
||||
if [ ! -z "$@" ]; then
|
||||
if [ ! -z "${@+x}" ]; then
|
||||
COMMAND=$@
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user