diff --git a/scripts/install b/scripts/install index 11d54de..bdeb564 100644 --- a/scripts/install +++ b/scripts/install @@ -72,7 +72,7 @@ ynh_add_config --template="../conf/settings.php" --destination="${install_dir}/w #================================================= # RUN DATABASE MIGRATIONS (INCLUDES INITIALIZATION) #================================================= -ynh_script_progression --message="Initialising AgenDAV..." --weight=3 +ynh_script_progression --message="Initialising $app..." --weight=3 ( cd "$install_dir" || ynh_die diff --git a/scripts/upgrade b/scripts/upgrade index a7fbe70..a77ea1a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -12,17 +12,9 @@ source /usr/share/yunohost/helpers #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." --weight=1 upgrade_type=$(ynh_check_app_version_changed) -#================================================= -# STANDARD UPGRADE STEPS -#================================================= -# ENSURE DOWNWARD COMPATIBILITY -#================================================= -ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 - #================================================= # GET THE CALDAV APP #================================================= @@ -84,7 +76,7 @@ ynh_add_config --template="../conf/settings.php" --destination="${install_dir}/w #================================================= # RUN DATABASE MIGRATIONS (INCLUDES INITIALIZATION) #================================================= -ynh_script_progression --message="Upgrading AgenDAV..." --weight=1 +ynh_script_progression --message="Upgrading $app..." --weight=1 ( cd "$install_dir" || ynh_die