From 17e76df86974a0768e81df2177bdf8b66fb6af32 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 20 Mar 2023 19:29:36 +0100 Subject: [PATCH] Update check_rman_backup.sh --- check_rman_backup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/check_rman_backup.sh b/check_rman_backup.sh index e7edde0..9dbbf9c 100755 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -10,7 +10,6 @@ unset NLS_LANG #--------------------------------------------------------------------------- # Fonction test_dba : teste si l'utilisateur est DBA #--------------------------------------------------------------------------- -function test_dba { if test "$(id|grep dba)" then return 0 @@ -21,10 +20,6 @@ if test "$(id|grep dba)" echo "=============================================================" exit 1 fi -} - - -test_dba; #--------------------------------------------------------------------------- # reporter toutes les instances préntes sur ce serveur