added rsyslog- & syslog-ng to FAIBASE and altere ikiwiki a bit
[fai-configs.git] / scripts / IKIWIKI / 30-setup-directory
1 #!/bin/sh
2
3 $ROOTCMD mkdir /srv/git # create the git source directory
4
5 $ROOTCMD mv /root/gluestick.git /srv/git/ # move the git source to the new directory
6 $ROOTCMD mv /root/public_html/gluestick /var/www/html # move the public html files to the var location
7 $ROOTCMD mv /root/gluestick /srv/ # move the source into location
8
9