1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-01-24 22:45:49 -05:00

updated listen.sh for container

This commit is contained in:
Walter Boring 2025-12-14 16:53:57 -05:00
parent 3c23900da1
commit 81b3cbbff8

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -x
source /app/.venv/bin/activate
if [ ! -z "${APRSD_PLUGINS}" ]; then
OLDIFS=$IFS
IFS=','