Merge pull request #1005 from pi-hole/fix/create_install_directories

Create /opt/pihole before trying to install into it.
pull/1011/head
Dan Schaper 8 years ago committed by GitHub
commit 420fb69166

@ -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