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