6 wikilist=/etc/ikiwiki/wikilist
12 if [ -z "$user" ] || [ -z "$setup" ]; then
13 echo "parse failure in /etc/ikiwiki/wikilist, line: '$user $setup'" >&2
17 if [ ! -f "$setup" ]; then
18 echo "warning: $setup specified in /etc/ikiwiki/wikilist does not exist, skipping" >&2
20 echo "Processing $setup as user $user ..."
21 su "$user" -c "ikiwiki -setup $setup $action"
25 if [ -e "$wikilist" ]; then
26 grep -v '^#' $wikilist | grep -v '^$' | while read line; do