1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Fix script_progression messages

This commit is contained in:
Félix Piédallu 2024-03-08 13:54:24 +01:00
parent 0c3f23612f
commit 9c2f139657
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"