mirror of
https://github.com/bashclub/check-nextcloud.git
synced 2024-11-07 23:01:58 +01:00
Update check-nextcloud
This commit is contained in:
parent
f10f63d45d
commit
d8d8bac1d9
@ -42,7 +42,7 @@ def update_check(conf:dict):
|
|||||||
result = occ("update:check", conf['nc_www_user'],conf['nc_path'], conf['nc_php_version'])
|
result = occ("update:check", conf['nc_www_user'],conf['nc_path'], conf['nc_php_version'])
|
||||||
|
|
||||||
if len(result.split('\n')) > 2:
|
if len(result.split('\n')) > 2:
|
||||||
updates = "Updates:\n" + "\n".join(map(lambda x: "{0}:{1}".format(*x),re.findall("(\w+)(?:\sto version)?\s([\d+.]+) is available",result)))
|
updates = "Updates: " + " ".join(map(lambda x: "{0}:{1}".format(*x),re.findall("(\w+)(?:\sto version)?\s([\d+.]+) is available",result)))
|
||||||
count = result.split('\n')[-2].split(' ')[0]
|
count = result.split('\n')[-2].split(' ')[0]
|
||||||
else:
|
else:
|
||||||
updates = result
|
updates = result
|
||||||
|
Loading…
Reference in New Issue
Block a user