From 86cfb95f27ac155734c62e831b8e2b0e6ae02935 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 21 Feb 2021 11:41:46 +0100 Subject: [PATCH] backup_mysql.sh -change sound --- backup_mysql.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup_mysql.sh b/backup_mysql.sh index 726d5c2..efd306f 100755 --- a/backup_mysql.sh +++ b/backup_mysql.sh @@ -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