|
|
|
|
3
|
. $(ffoom path)
|
3
|
. $(ffoom path)
|
4
|
|
4
|
|
5
|
mkconfpath() {
|
5
|
mkconfpath() {
|
6
|
- local userd="__SATURNIN_CONFIG_USER__/conf.d"
|
|
|
|
|
6
|
+ local userd="__SATURNIN_CONFIG_USER__/ini.d"
|
7
|
local user="__SATURNIN_CONFIG_USER__"
|
7
|
local user="__SATURNIN_CONFIG_USER__"
|
8
|
local lcal="__SATURNIN_CONFIG_LOCAL__"
|
8
|
local lcal="__SATURNIN_CONFIG_LOCAL__"
|
9
|
- local distd="__SATURNIN_SHARE__/conf.d"
|
|
|
|
|
9
|
+ local distd="__SATURNIN_SHARE__/ini.d"
|
10
|
test -d "$userd" && find "$userd" -mindepth 1 -maxdepth 1 -type d
|
10
|
test -d "$userd" && find "$userd" -mindepth 1 -maxdepth 1 -type d
|
11
|
echo "$user"
|
11
|
echo "$user"
|
12
|
echo "$lcal"
|
12
|
echo "$lcal"
|