~skiqqy/gwiki

825fe8da7e0a8a931147f79c3fb98362e86efe3f — Stephen Cochrane 2 years ago e3cbad7
Updated entry.sh
1 files changed, 2 insertions(+), 2 deletions(-)

M entry.sh
M entry.sh => entry.sh +2 -2
@@ 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