mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Variable missing $
This commit is contained in:
parent
32389e4ab8
commit
e99be28a73
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ checkForDependencies(){
|
|||
updatesToInstall=$(sudo apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst) & spinner $!
|
||||
echo " done!"
|
||||
|
||||
if [ updatesToInstall > 0 ]; then
|
||||
if [ $updatesToInstall > 0 ]; then
|
||||
echo "::: There are $updatesToInstall updates availible for your pi!"
|
||||
echo "::: Please consider running 'sudo apt-get update', followed by 'sudo apt-get upgrade'"
|
||||
echo "::: after pi-hole has finished installing."
|
||||
|
|
Loading…
Reference in a new issue