From 79e7ed1e915e62ed2392fed27d79da8619f3eef0 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 30 Dec 2022 10:13:25 -0500 Subject: [PATCH] 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 --- docker/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bin/run.sh b/docker/bin/run.sh index ac1e146..68e993c 100755 --- a/docker/bin/run.sh +++ b/docker/bin/run.sh @@ -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