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