Update backup_archive_fnct_FRA.sh

This commit is contained in:
Yacine31
2023-12-22 19:40:35 +01:00
parent ead6a2591f
commit 0b7d7ec4d9

View File

@@ -33,7 +33,7 @@ EOF
pct_fra_used=$(echo ${fra_usage} | egrep -o "[0-9]*")
if [ ${pct_fra_used} gt 65 ]
if [ "${pct_fra_used}" gt 65 ]
then
echo ${pct_fra_used} : backup des archivelog necessaire
else