From 40821ee6415c962775e62ef19fd13147ac1441ef Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 20 Mar 2019 13:18:59 -0400 Subject: [PATCH] fixed output in stop-before/after commands --- tools/ps_analyze.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh index 22254af90..dbe9c0fa5 100755 --- a/tools/ps_analyze.sh +++ b/tools/ps_analyze.sh @@ -901,12 +901,12 @@ do_plugins() # if this step is a stop before/after step, do it special, so we exit early. if [[ $stepname == $stop_before_step ]] || [[ $stepname == $stop_after_step ]]; then # just run the step now. - perform_step $stepname none "$plugin_path/thanos.exe --no-redirect "$thanos_plugins"" + perform_step $stepname none "$PEASOUP_HOME/irdb-libs/plugins_install/thanos.exe --no-redirect "$thanos_plugins"" thanos_steps="" thanos_plugins="" elif [[ $stepname == $dump_before_step ]] || [[ $stepname == $dump_after_step ]]; then # just run the step now. - perform_step $stepname none "$plugin_path/thanos.exe "$thanos_plugins"" + perform_step $stepname none "$PEASOUP_HOME/irdb-libs/plugins_install/thanos.exe "$thanos_plugins"" thanos_steps="" thanos_plugins="" fi -- GitLab