mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-13 06:54:09 +00:00
No need to source setupVars, as basic-install.sh is sourced, which sources setupVars itself. Sourception.
This commit is contained in:
parent
1206dda347
commit
10a30344e5
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ readonly ADMIN_INTERFACE_GIT_URL="https://github.com/pi-hole/AdminLTE.git"
|
||||||
readonly ADMIN_INTERFACE_DIR="/var/www/html/admin"
|
readonly ADMIN_INTERFACE_DIR="/var/www/html/admin"
|
||||||
readonly PI_HOLE_GIT_URL="https://github.com/pi-hole/pi-hole.git"
|
readonly PI_HOLE_GIT_URL="https://github.com/pi-hole/pi-hole.git"
|
||||||
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
|
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
|
||||||
INSTALL_WEB=""
|
|
||||||
readonly SETUP_VARS="/etc/pihole/setupVars.conf"
|
|
||||||
source ${SETUP_VARS}
|
|
||||||
|
|
||||||
is_repo() {
|
is_repo() {
|
||||||
# Use git to check if directory is currently under VCS, return the value
|
# Use git to check if directory is currently under VCS, return the value
|
||||||
|
|
Loading…
Add table
Reference in a new issue