@@ 76,8 76,8 @@ watch()
[ ! "$wdir" = "$root" ] && popd && return
# check children. IE Recursion.
- [ ! -f config ] && printf 'SEVERE: MISSING CONFIG FILE, ABORTING.\n' && return 1
- . config || return 1
+ [ ! -f config ] && printf 'SEVERE: MISSING CONFIG FILE.\n'
+ . config
for wiki in "${wikis[@]}"
do