From a98375bc75ac6cd2870fe7d2c59cf8cc66ebe7ef Mon Sep 17 00:00:00 2001 From: AiutoPcAmico Date: Tue, 5 Dec 2023 22:02:54 +0100 Subject: [PATCH] changed version --- management/status_checks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/management/status_checks.py b/management/status_checks.py index 07e7dc1d..7ef27350 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -915,9 +915,7 @@ def what_version_is_this(env): # This function runs `git describe --always --abbrev=0` on the Mail-in-a-Box installation directory. # Git may not be installed and Mail-in-a-Box may not have been cloned from github, # so this function may raise all sorts of exceptions. - miab_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - tag = shell("check_output", ["/usr/bin/git", "describe", "--always", "--abbrev=0"], env={"GIT_DIR": os.path.join(miab_dir, '.git')}).strip() - return tag + return "V65-AiutoPcAmico" def get_latest_miab_version(): # This pings https://mailinabox.email/setup.sh and extracts the tag named in