Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'advanced/Scripts/version.sh')
-rwxr-xr-xadvanced/Scripts/version.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/advanced/Scripts/version.sh b/advanced/Scripts/version.sh
index 27166507..3a04d2ec 100755
--- a/advanced/Scripts/version.sh
+++ b/advanced/Scripts/version.sh
@@ -8,8 +8,6 @@
# This file is copyright under the latest version of the EUPL.
# Please see LICENSE file for your rights under this license.
-
-
# Flags:
latest=false
current=false
@@ -18,9 +16,9 @@ DEFAULT="-1"
normalOutput() {
piholeVersion=$(cd /etc/.pihole/ \
- && git describe --tags --abbrev=0)
+ && git describe --tags --always)
webVersion=$(cd /var/www/html/admin/ \
- && git describe --tags --abbrev=0)
+ && git describe --tags --always)
piholeHash=$(cd /etc/.pihole/ \
&& git rev-parse --short HEAD)