enable tmp.mount: Raspberry Pi OS and Debian don't have tmpfs mounted on /tmp. So during restore every uploaded chunk would still end up on the SD card before it is un-tar-ed

This commit is contained in:
frederik
2024-12-01 21:15:51 +01:00
committed by Nachtzuster
parent 1e4441d2d8
commit 57c0d5b208
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ if ! which inotifywait &>/dev/null;then
apt-get -y install inotify-tools
fi
install_tmp_mount
remove_unit_file birdnet_server.service /usr/local/bin/server.py
remove_unit_file extraction.service /usr/local/bin/extract_new_birdsounds.sh