mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Update ynh_package_version
This commit is contained in:
parent
abfd3fd027
commit
db070f6ef4
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ read_manifest () {
|
|||
read_json '../settings/manifest.json' "$1"
|
||||
fi
|
||||
}
|
||||
|
||||
abort_if_up_to_date () {
|
||||
version=$(read_json "/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json" 'version' 2> /dev/null || echo '20160501-7')
|
||||
last_version=$(read_manifest 'version')
|
||||
|
|
Loading…
Reference in a new issue