Updated docker/bin/run.sh to use new conf

This patch updates the docker shell run script to use the
new aprsd.conf file.  The new aprsd config is an aprsd.conf file
now not, aprsd.yml
This commit is contained in:
Hemna 2022-12-30 10:13:25 -05:00
parent ed284a42cc
commit 79e7ed1e91
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fi
echo "Log level is set to ${LOG_LEVEL}";
# check to see if there is a config file
APRSD_CONFIG="/config/aprsd.yml"
APRSD_CONFIG="/config/aprsd.conf"
if [ ! -e "$APRSD_CONFIG" ]; then
echo "'$APRSD_CONFIG' File does not exist. Creating."
aprsd sample-config > $APRSD_CONFIG