Update backup_archive_fnct_FRA.sh

This commit is contained in:
Yacine31
2023-12-22 19:47:41 +01:00
parent 20bdc3e143
commit f59532c2ac

View File

@@ -7,7 +7,7 @@
#
# Vérification du paramètre d'entrée
ORACLE_SID=$1
[ "${ORACLE_SID}" ] || echo syntax : $0 ORACLE_SID && exit 2;
[ "${ORACLE_SID}" ] || (echo syntax : $0 ORACLE_SID && exit 2);
# Variables d'initialisation
script_dir=/home/oracle/scripts