mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-25 22:09:49 +00:00
close quotes on line 318!!!
This commit is contained in:
parent
4cedca3427
commit
354a42dd00
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ checkForDependencies(){
|
||||||
read answer
|
read answer
|
||||||
|
|
||||||
case "$answer" in
|
case "$answer" in
|
||||||
[yY][eE][sS]|[yY] ) echo "::: Continuing!;;
|
[yY][eE][sS]|[yY] ) echo "::: Continuing!";;
|
||||||
* ) echo "::: Quitting install, please run 'curl -L install.pi-hole.net | bash' after updating packages!"
|
* ) echo "::: Quitting install, please run 'curl -L install.pi-hole.net | bash' after updating packages!"
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue