mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
stopServices
|
||||
setUser
|
||||
${SUDO} mkdir -p /etc/pihole/
|
||||
if [ ! -d "/var/www/html" ]; then
|
||||
${SUDO} mkdir -p /var/www/html
|
||||
fi
|
||||
|
@ -939,7 +938,7 @@ installerDependencies
|
|||
|
||||
if [[ ${useUpdateVars} == false ]]; then
|
||||
welcomeDialogs
|
||||
|
||||
${SUDO} mkdir -p /etc/pihole/
|
||||
# Find IP used to route to outside world
|
||||
findIPRoute
|
||||
# Find interfaces and let the user choose one
|
||||
|
|
Loading…
Reference in a new issue