Add check for lighty.conf before trying to move it

This commit is contained in:
trinapicot 2016-12-02 13:54:11 -07:00
parent d8912fd0a7
commit 870454330d
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ installConfigs() {
if [ ! -d "/etc/lighttpd" ]; then
mkdir /etc/lighttpd
chown "${USER}":root /etc/lighttpd
elif [ -f "/etc/lighttpd/lighttpd.conf" ]; then
mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.orig
fi
cp /etc/.pihole/advanced/${LIGHTTPD_CFG} /etc/lighttpd/lighttpd.conf