summaryrefslogtreecommitdiff
blob: dc50871fcb5b97fa4dad26bdc66340415221c041 (plain)
1
2
3
4
#!/bin/bash
if [ $1 = "start" -o $1 = "install" ]; then
	sed -e "s|/var/www/webalizer|${MY_INSTALLDIR}|" -i /etc/webalizer.conf
fi