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 { function test_dba {
if test "$(id|grep dba)" if test "$(id|grep dba)"
then then
#return 0 return 0
echo " OK => Test Utilisateur DBA" #echo " OK => Test Utilisateur DBA"
else else
echo "" echo ""
echo "=============================================================" echo "============================================================="