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