diff options
Diffstat (limited to 'bin/app-conf')
-rwxr-xr-x | bin/app-conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |