mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +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..."
|
||||
cd /etc/.pihole
|
||||
${SUDO} git pull
|
||||
${SUDO} /etc/.pihole/automated install/basic-install.sh
|
||||
${SUDO} /etc/.pihole/automated\ install/basic-install.sh
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue