From a5e573b56f178d0505c05ea642834a47f54e938c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 25 Oct 2019 03:34:56 +0200 Subject: [PATCH] Update ynh_package_version --- scripts/ynh_package_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_package_version b/scripts/ynh_package_version index d7fb89b..16a1ae3 100644 --- a/scripts/ynh_package_version +++ b/scripts/ynh_package_version @@ -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') last_version=$(read_manifest 'version') if [ "${version}" = "${last_version}" ]; then - sleep 30 + sleep 60 ynh_print_info "Up-to-date, nothing to do" ynh_die "" 0 fi