From ed94f4b1df07ff564f12d43343b15a1e5eb643ac Mon Sep 17 00:00:00 2001 From: Promofaux Date: Mon, 22 Aug 2016 22:06:33 +0100 Subject: [PATCH] Create directory before trying to create a blank file in it.... --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 5dcfbd20..05170fdf 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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