1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

close quotes on line 318!!!

This commit is contained in:
Adam Warner 2016-01-25 12:49:04 +00:00
parent 4cedca3427
commit 354a42dd00

View File

@ -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