From 3d6417834481deec5b3c39754c075471e6278225 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 10 Oct 2012 13:06:24 +0200 Subject: o Getting the default method to work again. o Getting passing of environment variables to work again. --- app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 \ -- cgit v1.2.3