1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
ericgaspar 2021-06-05 15:50:42 +02:00
parent 783598966e
commit f596dca52d
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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