Remove "\ "

pull/1313/head
DL6ER 7 years ago
parent 140ac192aa
commit 8cb66544d2
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -9,7 +9,7 @@
# Please see LICENSE file for your rights under this license.
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
PH_TEST="true" source "${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh"
PH_TEST="true" source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
# webInterfaceGitUrl set in basic-install.sh
# webInterfaceDir set in basic-install.sh
@ -188,7 +188,7 @@ checkout()
# Force updating everything
if [[ ! "${1}" == "web" && ${update} ]]; then
echo "::: Running installer to upgrade your installation"
if "${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh" --unattended; then
if "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh" --unattended; then
exit 0
else
echo "Unable to complete update, contact Pi-hole"

Loading…
Cancel
Save