mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
# Verify there is enough disk space for the install
|
||||
verifyFreeDiskSpace
|
||||
${SUDO} echo "" > ${setupVars}
|
||||
${SUDO} mkdir -p /etc/pihole/
|
||||
${SUDO} echo "" > ${setupVars}
|
||||
# Find IP used to route to outside world
|
||||
findIPRoute
|
||||
# Find interfaces and let the user choose one
|
||||
|
|
Loading…
Reference in a new issue