feat: rename to vaultwarden

This commit is contained in:
ttionya
2021-05-06 20:27:17 +08:00
parent c442d097c3
commit 4a43025658
5 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -95,12 +95,12 @@ function send_mail_content() {
# successful
if [[ "$1" == "TRUE" && "${MAIL_WHEN_SUCCESS}" == "TRUE" ]]; then
send_mail "BitwardenRS Backup Success" "$2"
send_mail "vaultwarden Backup Success" "$2"
fi
# failed
if [[ "$1" == "FALSE" && "${MAIL_WHEN_FAILURE}" == "TRUE" ]]; then
send_mail "BitwardenRS Backup Failed" "$2"
send_mail "vaultwarden Backup Failed" "$2"
fi
}