1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Escape space in updateMainFunc

Legacy space in path strikes again!
This commit is contained in:
Dan Schaper 2016-08-20 18:37:35 -07:00 committed by GitHub
parent 2f2e746e56
commit af666e2209

2
pihole
View File

@ -56,7 +56,7 @@ function updateMainFunc {
echo "::: Fetching latest changes from Github..." echo "::: Fetching latest changes from Github..."
cd /etc/.pihole cd /etc/.pihole
${SUDO} git pull ${SUDO} git pull
${SUDO} /etc/.pihole/automated install/basic-install.sh ${SUDO} /etc/.pihole/automated\ install/basic-install.sh
exit 1 exit 1
} }