summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rwxr-xr-xapp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app b/app
index b78d71b..e122453 100755
--- a/app
+++ b/app
@@ -321,10 +321,10 @@ run_method() {
exit 1
fi
- e=`get_conf_in_group $BASEDIR $name $instance env`
+ set -x
+ e="`get_conf_in_group $BASEDIR $name $instance env`"
set +e
- set -x
env -i \
$e \
PATH=/bin:/usr/bin \