Browse Source

Improve config path naming

Alois Mahdal 11 years ago
parent
commit
3b92634b88
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      bin/eeiam.in

+ 2
- 2
bin/eeiam.in View File

41
     # daemons specific to $1 location plus the rest
41
     # daemons specific to $1 location plus the rest
42
     #
42
     #
43
     test -n "$1" || usagef "location"
43
     test -n "$1" || usagef "location"
44
-    iniread -p iam.needing.at.$1 iam.ini
45
-    iniread -p iam.needing.at.ANY iam.ini
44
+    iniread -p iam.running.at.$1 iam.ini
45
+    iniread -p iam.running.at.ANYPLACE iam.ini
46
 }
46
 }
47
 
47
 
48
 where_i_am() {
48
 where_i_am() {