From 9c2f139657bd8cd57b380f9cee74893190832e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 8 Mar 2024 13:54:24 +0100 Subject: [PATCH] Fix script_progression messages --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6e360d6..67dbfdf 100644 --- a/scripts/install +++ b/scripts/install @@ -19,7 +19,7 @@ ynh_app_setting_set --app="$app" --key=password --value="$password" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_script_progression --message="Downloading and installing $app package..." --weight=1 +ynh_script_progression --message="Installing $app package..." --weight=1 chown -R "$app:www-data" "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 1807ad4..6faf164 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,7 +35,7 @@ fi #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_script_progression --message="Downloading and installing $app package..." --weight=1 +ynh_script_progression --message="Installing $app package..." --weight=1 chown -R "$app:www-data" "$install_dir"