diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-10 13:06:24 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-10 13:06:24 +0200 |
commit | 3d6417834481deec5b3c39754c075471e6278225 (patch) | |
tree | 7e89f54f207533aa215ae455fcd06a048c8a5ebb /app | |
parent | 908dd2b72e4ab4caa0bc77405d5636b935e0878e (diff) | |
download | app.sh-3d6417834481deec5b3c39754c075471e6278225.tar.gz app.sh-3d6417834481deec5b3c39754c075471e6278225.tar.bz2 app.sh-3d6417834481deec5b3c39754c075471e6278225.tar.xz app.sh-3d6417834481deec5b3c39754c075471e6278225.zip |
o Getting the default method to work again.
o Getting passing of environment variables to work again.
Diffstat (limited to 'app')
-rwxr-xr-x | app | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |