fix: typo

This commit is contained in:
Strix 2023-10-18 23:04:18 +02:00
parent de220a1749
commit 29a9f2579d
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -6,7 +6,7 @@ ntfy() {
ntfy -m "performing backup..."
if restic \
-r "/mnt/backup/restic/$(hostname)" \
-r "/mnt/backups/restic/$(hostname)" \
-p "/etc/ixvd/secrets/restic/$(hostname).secret" \
backup \
--tag auto \