From 96ce9c7c12ab36c8c49507f224b6507b46f09f71 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Fri, 18 Apr 2025 20:20:56 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/local/check_expdp_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/local/check_expdp_log.sh b/sh/local/check_expdp_log.sh index 2477e6b..575adc3 100644 --- a/sh/local/check_expdp_log.sh +++ b/sh/local/check_expdp_log.sh @@ -18,5 +18,5 @@ fi # afficher les dernières lignes des fichiers log pour voir les les exports se sont bien déroulés echo "

Vérification des dernières lignes dans les logs :

" echo "
"
-find "${EXPDP_DIR}" -iname "export_*.log" -exec bash -c 'echo "--- {} ---"; head -10 "{}"; tail -10 "{}"' \;
+find "${EXPDP_DIR}" -iname "export_*.log" -exec bash -c 'echo "--- {} ---"; head -10 "{}"; echo "---"; tail -10 "{}"' \;
 echo "
"