use only double quotes

This commit is contained in:
frederik
2024-01-27 11:44:21 +01:00
parent 627e150e97
commit 3761d945a1
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -55,6 +55,10 @@ ensure_python_package() {
}
# update snippets below
SRC="APPRISE_NOTIFICATION_BODY='(.*)'$"
DST='APPRISE_NOTIFICATION_BODY="\1"'
sed -i -E "s/$SRC/$DST/" /etc/birdnet/birdnet.conf
if ! which inotifywait &>/dev/null;then
ensure_apt_updated
apt-get -y install inotify-tools