fix: ntfy

This commit is contained in:
Strix 2023-10-18 23:02:18 +02:00
parent 2498258d74
commit de220a1749
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
ntfy() { ntfy() {
sh /opt/scripts/ntfy.sh -s "/neb/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@" sh /opt/scripts/ntfy.sh -s "/etc/ixvd/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@"
} }
ntfy -m "performing backup..." ntfy -m "performing backup..."

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
ntfy() { ntfy() {
sh /opt/scripts/ntfy.sh -s "/neb/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@" sh /opt/scripts/ntfy.sh -s "/etc/ixvd/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@"
} }
ntfy -m "forgetting old backups..." ntfy -m "forgetting old backups..."

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
ntfy() { ntfy() {
sh /opt/scripts/ntfy.sh -s "/neb/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@" sh /opt/scripts/ntfy.sh -s "/etc/ixvd/secrets/ntfy/ixvd-backups" -u "https://push.ixvd.net/ixvd-backups" "$@"
} }
ntfy -m "pruning old backups..." ntfy -m "pruning old backups..."