mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Path to source basic-install.sh
This commit is contained in:
parent
3861b57dc6
commit
745adabb05
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ readonly PI_HOLE_GIT_URL="https://github.com/pi-hole/pi-hole.git"
|
|||
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
|
||||
|
||||
PH_TEST=true
|
||||
source ${PI_HOLE_GIT_URL}/automated\ install/basic-install.sh
|
||||
source ${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh
|
||||
|
||||
# is_repo() sourced from basic-install.sh
|
||||
# make_repo() sourced from basic-install.sh
|
||||
|
@ -29,7 +29,7 @@ source ${PI_HOLE_GIT_URL}/automated\ install/basic-install.sh
|
|||
|
||||
GitCheckUpdateAvail() {
|
||||
local directory="${1}"
|
||||
curdir=$PWD;
|
||||
curdir=$PWD
|
||||
cd "${directory}"
|
||||
|
||||
# Fetch latest changes in this repo
|
||||
|
|
Loading…
Reference in a new issue