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:
parent
0c3f23612f
commit
9c2f139657
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ ynh_app_setting_set --app="$app" --key=password --value="$password"
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# 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"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# 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"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue