diff --git a/scripts/_future.sh b/scripts/_future.sh index ab19073..07f733d 100644 --- a/scripts/_future.sh +++ b/scripts/_future.sh @@ -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 () {