Change setup.h

This commit is contained in:
Hemna 2024-04-24 19:36:15 -04:00
parent a5680a7cbb
commit fc9ab4aa74
1 changed files with 1 additions and 1 deletions

View File

@ -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}