mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +00:00
add blank line after Current version display
This commit is contained in:
parent
a0977af081
commit
ec0c68621c
1 changed files with 1 additions and 0 deletions
1
pihole
1
pihole
|
@ -58,6 +58,7 @@ function updatePiholeFunc {
|
||||||
|
|
||||||
echo "::: Pi-hole version is $piholeVersion (Latest version is $piholeVersionLatest)"
|
echo "::: Pi-hole version is $piholeVersion (Latest version is $piholeVersionLatest)"
|
||||||
echo "::: Web Admin version is $webVersion (Latest version is $webVersionLatest)"
|
echo "::: Web Admin version is $webVersion (Latest version is $webVersionLatest)"
|
||||||
|
echo ":::"
|
||||||
|
|
||||||
if [[ ${piholeVersion} == ${piholeVersionLatest} ]] ; then
|
if [[ ${piholeVersion} == ${piholeVersionLatest} ]] ; then
|
||||||
echo "::: Pi-hole Base files are already up to date! Version: ${piholeVersionLatest}"
|
echo "::: Pi-hole Base files are already up to date! Version: ${piholeVersionLatest}"
|
||||||
|
|
Loading…
Reference in a new issue