9 wikilist=/etc/ikiwiki/wikilist
15 if [ -z "$user" ] || [ -z "$setup" ]; then
16 echo "parse failure in /etc/ikiwiki/wikilist, line: '$user $setup'" >&2
20 if [ ! -f "$setup" ]; then
21 echo "warning: $setup specified in /etc/ikiwiki/wikilist does not exist, skipping" >&2
23 echo "Processing $setup as user $user ..."
24 su "$user" -c "ikiwiki -setup $setup $action"
28 if [ -e "$wikilist" ]; then
29 grep -v '^#' $wikilist | grep -v '^$' | while read line; do