mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +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
|
||||
|
||||
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!"
|
||||
exit 0;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue