fixed bugs in install-setup
[fai-configs.git] / scripts / IKIWIKI / 40-remove_index_html.sh
1 #! /bin/sh
2
3 # gets in the way of wordpress's index.php
4 if $ROOTCMD -e test /var/www/index.htm; then
5 $ROOTCMD rm /var/www/index.htm
6 fi