From 838e1b19ecb6a58ba58a72acfd008810c8a7e07c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 5 Feb 2019 09:23:23 +0000 Subject: [PATCH] basic_install: Set permissons for PI_HOLE_DASHBOARD_DIR Signed-off-by: Andreas Schneider --- 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 87347541..4e3e0636 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1654,7 +1654,7 @@ installPiholeWeb() { local str="Creating directory for blocking page, and copying files" printf " %b %s..." "${INFO}" "${str}" # Install the directory - install -d ${PI_HOLE_BLOCKPAGE_DIR} + install -d -m 0755 ${PI_HOLE_BLOCKPAGE_DIR} # and the blockpage install -D ${PI_HOLE_LOCAL_REPO}/advanced/{index,blockingpage}.* ${PI_HOLE_BLOCKPAGE_DIR}/