Przeglądaj źródła

Improve config path naming

Alois Mahdal 11 lat temu
rodzic
commit
3b92634b88
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      bin/eeiam.in

+ 2
- 2
bin/eeiam.in Wyświetl plik

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() {