From 42b98bbf4472eab8d2c8ae35bf954247a2fb2646 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 25 Dec 2023 23:35:00 +0100 Subject: [PATCH] correction mineurs --- backup_rman_AL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_rman_AL.sh b/backup_rman_AL.sh index cfa358f..7114d64 100755 --- a/backup_rman_AL.sh +++ b/backup_rman_AL.sh @@ -111,7 +111,7 @@ EOF ) RUNNING_RMAN=$(echo ${RUNNING_RMAN} | sed 's/^\s*//g') -if [ -n "${RUNNING_RMAN}" ]; then +if [ ${RUNNING_RMAN} -eq 0 ]; then # RUNNING_RMAN n'est pas vide, donc backup RMAN en cours ... on quitte f_print("Sauvegarde RMAN en cours ... fin du script") exit 2