Update check_rman_backup.sh

This commit is contained in:
Yacine31
2021-11-24 06:18:19 +01:00
parent 448a389f4d
commit e6e59b12cf

View File

@@ -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 "============================================================="