mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
version recognition
This commit is contained in:
parent
606e66fe80
commit
56f9df738f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user