[ "$UPDATE" != 1 ] || ( cd "$WC" && env -i git pull )
+if [ "$UPDATE" != 1 ]; then
+ GITPLUGIN=""
+else
+ GITPLUGIN="--plugin git"
+fi
+
env -i ikiwiki \
--timeformat '%F' \
--wikiname 'DSA' \
--templatedir "$WC/templates" \
--no-discussion \
--refresh \
- --atom \
- --rss \
+ --atom \
+ --rss \
--plugin template \
--plugin toggle \
--plugin inline \
--plugin sidebar \
--plugin table \
--plugin creole \
- --plugin git \
+ $GITPLUGIN \
--disable-plugin openid \
--disable-plugin sandbox \
--disable-plugin passwordauth \