From c81882ee2b4b2df7004b00c526408dc3832a15b9 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 20 Mar 2023 19:31:42 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20mineur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup_rman.sh | 1 + check_rman_backup.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backup_rman.sh b/backup_rman.sh index 77c6ace..187db31 100755 --- a/backup_rman.sh +++ b/backup_rman.sh @@ -6,6 +6,7 @@ # 14/09/2011 : YAO - Creation # 13/10/2015 : YAO - ajout des params en ligne de commande # 24/10/2017 : YAO - ajout de level 0 + stby ctlfile + spfile including ctrl file +# 20/03/2023 : YAO - mise à jour des variable (/u0x) #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ diff --git a/check_rman_backup.sh b/check_rman_backup.sh index 9dbbf9c..ee682f1 100755 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -12,7 +12,7 @@ unset NLS_LANG #--------------------------------------------------------------------------- if test "$(id|grep dba)" then - return 0 + echo > /ev/null else echo "" echo "============================================================="