From 0ab744887e995162ef6dd089f8370b3da3946e76 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 11 Apr 2022 11:24:52 -0400 Subject: [PATCH] same --- scripts/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_config.sh b/scripts/install_config.sh index 92d133e..6e4e50e 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -167,5 +167,5 @@ if ! [ -f ${birdnet_conf} ];then fi chmod g+w ${birdnet_conf} [ -d /etc/birdnet ] || sudo mkdir /etc/birdnet -sudo ln -sf $(dirname ${my_dir})/birdnet.conf /etc/birdnet/birdnet.conf +sudo ln -sf $birdnet_conf /etc/birdnet/birdnet.conf grep -ve '^#' -e '^$' /etc/birdnet/birdnet.conf > $my_dir/firstrun.ini