1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00

add blank line after Current version display

This commit is contained in:
Promofaux 2016-09-12 19:40:34 +01:00
parent a0977af081
commit ec0c68621c

1
pihole
View File

@ -58,6 +58,7 @@ function updatePiholeFunc {
echo "::: Pi-hole version is $piholeVersion (Latest version is $piholeVersionLatest)"
echo "::: Web Admin version is $webVersion (Latest version is $webVersionLatest)"
echo ":::"
if [[ ${piholeVersion} == ${piholeVersionLatest} ]] ; then
echo "::: Pi-hole Base files are already up to date! Version: ${piholeVersionLatest}"