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:
parent
2f2e746e56
commit
af666e2209
2
pihole
2
pihole
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user