mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Terminate string with missing quote
This commit is contained in:
parent
01d7fc0ac9
commit
32389e4ab8
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ checkForDependencies(){
|
||||||
if [ updatesToInstall > 0 ]; then
|
if [ updatesToInstall > 0 ]; then
|
||||||
echo "::: There are $updatesToInstall updates availible for your pi!"
|
echo "::: There are $updatesToInstall updates availible for your pi!"
|
||||||
echo "::: Please consider running 'sudo apt-get update', followed by 'sudo apt-get upgrade'"
|
echo "::: Please consider running 'sudo apt-get update', followed by 'sudo apt-get upgrade'"
|
||||||
echo "::: after pi-hole has finished installing.
|
echo "::: after pi-hole has finished installing."
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo "::: Continuing with pi-hole installation..."
|
echo "::: Continuing with pi-hole installation..."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue