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"