mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Typo in helper
This commit is contained in:
parent
044f04faab
commit
2fac857684
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ abort_if_up_to_date () {
|
||||||
version=$(read_json "/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json" 'version' 2> /dev/null || echo '20160501-7')
|
version=$(read_json "/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json" 'version' 2> /dev/null || echo '20160501-7')
|
||||||
last_version=$(read_manifest 'version')
|
last_version=$(read_manifest 'version')
|
||||||
if [ "${version}" = "${last_version}" ]; then
|
if [ "${version}" = "${last_version}" ]; then
|
||||||
info "Up-to-date, nothing to do"
|
ynh_print_info "Up-to-date, nothing to do"
|
||||||
ynh_die "" 0
|
ynh_die "" 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue