fix: fix PING test

This commit is contained in:
ttionya
2024-09-06 23:08:07 +08:00
parent f2520175ea
commit b7008e8144
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if [[ "$1" == "ping" ]]; then
PING_DEBUG="TRUE"
send_mail "vaultwarden Backup Test" "Your PING configuration looks correct."
send_ping "$2" "vaultwarden Backup Test" "Your PING configuration looks correct."
exit 0
fi