diff --git a/check_rman_backup.sh b/check_rman_backup.sh index 7dac278..7fcd5ae 100644 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -13,8 +13,8 @@ unset NLS_LANG function test_dba { if test "$(id|grep dba)" then - #return 0 - echo " OK => Test Utilisateur DBA" + return 0 + #echo " OK => Test Utilisateur DBA" else echo "" echo "============================================================="