backup_mysql.sh

-change sound
This commit is contained in:
2021-02-21 11:41:46 +01:00
parent f128ece768
commit 86cfb95f27

View File

@@ -76,11 +76,11 @@ GZIP="$(which gzip)"
notification() {
if [ $3 -eq 0 ];
then
sound="Glass"
sound="Boop"
message="Envoi terminé sur $2 !"
image="$BKP_BASE_DIR/success.png"
else
sound="Basso"
sound="Galet"
message="Echec lors de l'envoi sur $2 : erreur $result"
image="$BKP_BASE_DIR/error.png"
fi