diff --git a/scripts/install b/scripts/install index f687ebf..0a5b5d7 100644 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # INSTALL Mumble-web #================================================= -ynh_script_progression --message="Installing Mumble Web..." --weight=4 +ynh_script_progression --message="Installing Mumble web client..." --weight=4 ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src @@ -101,7 +101,7 @@ ynh_add_nginx_config #================================================= # mumble server conf.ini #================================================= -ynh_script_progression --message="Configuring Mumble Web..." --weight=1 +ynh_script_progression --message="Configuring Mumble web client..." --weight=1 ynh_use_nodejs ( diff --git a/scripts/remove b/scripts/remove index 6f0e0cb..fe8e8a6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -74,7 +74,7 @@ ynh_remove_nginx_config # REMOVE OTHER FILES #================================================= -ynh_secure_remove "/var/log/$app" +ynh_secure_remove --file="/var/log/$app" #================================================= # GENERIC FINALIZATION diff --git a/scripts/restore b/scripts/restore index 1e8d20e..09b65de 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,7 +89,7 @@ systemctl enable $app.service --quiet ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 # Add Mumble as a YunoHost service -yunohost service add $app --description="Mumble web interface" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Mumble web client" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 20c4dbd..f62dace 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,7 @@ ynh_add_systemd_config #================================================= # Add Mumble as a YunoHost service -yunohost service add $app --description="Mumble web interface" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Mumble web client" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE