mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Create directory before trying to create a blank file in it....
This commit is contained in:
parent
a57b097afc
commit
ed94f4b1df
1 changed files with 1 additions and 1 deletions
|
@ -950,8 +950,8 @@ if [[ ${useUpdateVars} == false ]]; then
|
||||||
welcomeDialogs
|
welcomeDialogs
|
||||||
# Verify there is enough disk space for the install
|
# Verify there is enough disk space for the install
|
||||||
verifyFreeDiskSpace
|
verifyFreeDiskSpace
|
||||||
${SUDO} echo "" > ${setupVars}
|
|
||||||
${SUDO} mkdir -p /etc/pihole/
|
${SUDO} mkdir -p /etc/pihole/
|
||||||
|
${SUDO} echo "" > ${setupVars}
|
||||||
# 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