mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Mover {SUDO} mkdir -p /etc/pihole/ back to the beginning.
This commit is contained in:
parent
aca5064743
commit
c281b47905
1 changed files with 1 additions and 2 deletions
|
@ -804,7 +804,6 @@ installPihole() {
|
||||||
checkForDependencies # done
|
checkForDependencies # done
|
||||||
stopServices
|
stopServices
|
||||||
setUser
|
setUser
|
||||||
${SUDO} mkdir -p /etc/pihole/
|
|
||||||
if [ ! -d "/var/www/html" ]; then
|
if [ ! -d "/var/www/html" ]; then
|
||||||
${SUDO} mkdir -p /var/www/html
|
${SUDO} mkdir -p /var/www/html
|
||||||
fi
|
fi
|
||||||
|
@ -939,7 +938,7 @@ installerDependencies
|
||||||
|
|
||||||
if [[ ${useUpdateVars} == false ]]; then
|
if [[ ${useUpdateVars} == false ]]; then
|
||||||
welcomeDialogs
|
welcomeDialogs
|
||||||
|
${SUDO} mkdir -p /etc/pihole/
|
||||||
# Find IP used to route to outside world
|
# Find IP used to route to outside world
|
||||||
findIPRoute
|
findIPRoute
|
||||||
# Find interfaces and let the user choose one
|
# Find interfaces and let the user choose one
|
||||||
|
|
Loading…
Reference in a new issue