mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +00:00
Escape space in updateMainFunc
Legacy space in path strikes again!
This commit is contained in:
parent
2f2e746e56
commit
af666e2209
1 changed files with 1 additions and 1 deletions
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 a new issue