Create /opt/pihole before trying to install into it.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/1005/head
Dan Schaper 8 years ago
parent c48e6c91f5
commit 4244f716e0
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

@ -628,6 +628,7 @@ installScripts() {
# Install files from local core repository
if is_repo "${PI_HOLE_LOCAL_REPO}"; then
cd "${PI_HOLE_LOCAL_REPO}"
install -o "${USER}" -Dm755 -d /opt/pihole
install -o "${USER}" -Dm755 -t /opt/pihole/ gravity.sh
install -o "${USER}" -Dm755 -t /opt/pihole/ ./advanced/Scripts/*.sh
install -o "${USER}" -Dm755 -t /opt/pihole/ ./automated\ install/uninstall.sh

Loading…
Cancel
Save