fix: Fixes install script to also stop backup timer.

This commit is contained in:
2025-04-21 11:04:42 -04:00
parent 36c7d24d04
commit 6af877123f

View File

@@ -6,6 +6,7 @@ bindir="/usr/local/bin"
# Remove backup service file if it exists and install the service file.
[ -f "$systemdir/backup.service" ] &&
systemctl stop backup.timer &&
systemctl stop backup.service &&
rm -f "$systemdir/backup.service"
wget "$baseurl/backup.service" -O "$systemdir/backup.service"