From a4215743db91c4b7050dfda32a670814a101b773 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Jan 2013 21:10:30 +0100 Subject: Defining 'APP_HOME' as where the .app dir is. The tools should use this value to find files. app-operate/app-operator-pid: These are "functional" now. --- bin/app-conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/app-conf b/bin/app-conf index d281740..3cf0383 100755 --- a/bin/app-conf +++ b/bin/app-conf @@ -86,7 +86,8 @@ usage() { exit 1 } -file=".app/config" +app_home=${APP_HOME-.} +file="$app_home/.app/config" if [ $# -gt 0 ] then -- cgit v1.2.3