diff --git a/docker/bin/setup.sh b/docker/bin/setup.sh index 1e5bdaa..38125db 100755 --- a/docker/bin/setup.sh +++ b/docker/bin/setup.sh @@ -47,4 +47,4 @@ if [ ! -e "$APRSD_CONFIG" ]; then aprsd sample-config > $APRSD_CONFIG fi -exec aprsd "${COMMAND}" --config ${APRSD_CONFIG} --loglevel ${LOG_LEVEL} +aprsd ${COMMAND} --config ${APRSD_CONFIG} --loglevel ${LOG_LEVEL}