From 993c9a7807e38b365f48334fff6640e07647af03 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 17 Oct 2012 22:20:46 +0200 Subject: o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS. --- .app/lib/app-operate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.app/lib/app-operate') diff --git a/.app/lib/app-operate b/.app/lib/app-operate index e28df96..45e3da2 100644 --- a/.app/lib/app-operate +++ b/.app/lib/app-operate @@ -25,7 +25,7 @@ run_control() { APPSH_INSTANCE_HOME=`pwd` cd current - bin=`get_conf $BASEDIR $name $instance app.method` + bin=`get_conf $apps $name $instance app.method` if [ -z "$bin" ] then @@ -38,7 +38,7 @@ run_control() { exit 1 fi - e="`get_conf_in_group $BASEDIR $name $instance env`" + e="`get_conf_in_group $apps $name $instance env`" # Set a default PATH which can be overridden by the application's settings set +e @@ -46,7 +46,7 @@ run_control() { PATH=/bin:/usr/bin \ $e \ APPSH_METHOD=$method \ - APPSH_BASEDIR=$BASEDIR \ + APPSH_APPS=$apps \ APPSH_HOME=$APPSH_HOME \ APPSH_NAME=$name \ APPSH_INSTANCE=$instance \ -- cgit v1.2.3