5de0be62489ea7a7c0bb234f6ffb5adc0406d1c8
[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