1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] Remove dead code

This commit is contained in:
ljf 2018-12-14 20:18:46 +01:00
parent ff40973728
commit be2451d872

View file

@ -52,12 +52,6 @@ ynh_read_manifest () {
ynh_read_json '../settings/manifest.json' "$1"
fi
}
ynh_exit_if_up_to_date () {
if [ "${version}" = "${last_version}" ]; then
info "Up-to-date, nothing to do"
exit 0
fi
}
is_stretch () {