fixed scripts
[fai-configs.git] / scripts / IKIWIKI / 20-setup-ikiwiki
CommitLineData
596a7c44 1#!/bin/sh
2
3# Detect if ikikwiki is already installed
4if [ ! -e /etc/ikiwiki/ikiwiki.setup ]; then
5 # copy ikiwiki config
6 fcopy -v /etc/ikiwiki/ikiwiki.setup
7
8 # run setup
d6ffa83d 9 $ROOTCMD ikiwiki --setup /etc/ikiwiki/auto.setup/DEFAULT
596a7c44 10fi