5 wikilist=/etc/ikiwiki/wikilist
11 if [ -z "$user" ] || [ -z "$setup" ]; then
12 echo "parse failure in /etc/ikiwiki/wikilist, line: '$user $setup'" >&2
16 if [ ! -f "$setup" ]; then
17 echo "warning: $setup specified in /etc/ikiwiki/wikilist does not exist, skipping" >&2
19 echo "Rebuilding $setup as user $user ..."
20 su "$user" -c "ikiwiki -setup $setup"
24 if [ "$1" = configure ] && [ -e $wikilist ]; then
25 grep -v '^#' $wikilist | grep -v '^$' | while read line; do