mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Allow override of git URL for better testing
This commit is contained in:
parent
f6d514235d
commit
74d8380db8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue