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"