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:
parent
ff40973728
commit
be2451d872
1 changed files with 0 additions and 6 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue