mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
version recognition
This commit is contained in:
@@ -922,7 +922,9 @@ def check_miab_version(env, output):
|
||||
else:
|
||||
latest_ver = get_latest_miab_version()
|
||||
|
||||
if this_ver[-3:] == "-kj":
|
||||
if this_ver[-6:] == "-20.04":
|
||||
this_ver_tag = this_ver[:-6]
|
||||
elif this_ver[-3:] == "-kj":
|
||||
this_ver_tag = this_ver[:-3]
|
||||
else:
|
||||
this_ver_tag = this_ver
|
||||
|
||||
Reference in New Issue
Block a user