renaming restart_birdnet.sh to restart_services.sh

This commit is contained in:
Patrick McGuire
2021-10-03 20:46:24 -04:00
parent 1c4015c507
commit b899e7975c
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if ! diff ${LAST_RUN} ${THIS_RUN};then
echo "The birdnet.conf file has changed"
echo "Reloading services"
cat ${THIS_RUN} > ${LAST_RUN}
until restart_birdnet.sh;do
until restart_services.sh;do
sleep 1
done
fi