From 929f22861dfc2c8e11de8f99f4fa916e1a4728ed Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Fri, 15 Aug 2025 19:08:39 +0200 Subject: [PATCH] Clearer test output. --- tools/monitoring__crontask_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/monitoring__crontask_install.sh b/tools/monitoring__crontask_install.sh index 261ca94..3b27316 100755 --- a/tools/monitoring__crontask_install.sh +++ b/tools/monitoring__crontask_install.sh @@ -36,6 +36,8 @@ if [[ "$INSTALL" == true ]] then while IFS="" read -u 3 -r MONITOR_SCRIPT_PATH do + echo >&2 + echo >&2 "Will run: $MONITOR_SCRIPT_PATH" if [[ "$MONITOR_SCRIPT_PATH" != "$(printf %q "$MONITOR_SCRIPT_PATH" )" ]] then echo >&2 "WARNING: path seems unsafe: $MONITOR_SCRIPT_PATH"