mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Create directory before trying to create a blank file in it....
This commit is contained in:
parent
a57b097afc
commit
ed94f4b1df
@ -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 New Issue
Block a user