Allow override of git URL for better testing

This commit is contained in:
Eric Warnke 2016-10-26 08:53:52 -04:00
parent f6d514235d
commit 74d8380db8

View file

@ -24,7 +24,7 @@ setupVars=/etc/pihole/setupVars.conf
webInterfaceGitUrl="https://github.com/pi-hole/AdminLTE.git"
webInterfaceDir="/var/www/html/admin"
piholeGitUrl="https://github.com/pi-hole/pi-hole.git"
piholeGitUrl="${piholeGitUrl:-https://github.com/pi-hole/pi-hole.git}"
piholeFilesDir="/etc/.pihole"
useUpdateVars=false