mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Merge branch 'testing' into add-logs
This commit is contained in:
commit
cd246e5417
3 changed files with 5 additions and 8 deletions
|
@ -1 +1,3 @@
|
|||
#### Setup
|
||||
|
||||
Various configuration options are available for Mumble web on this configuration file `/var/www/mumble-web/dist/config.local.js`
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
Diverses options de configuration sont disponibles pour Mumble web sur ce fichier de configuration `/var/www/mumble-web/dist/config.local.js`
|
||||
|
|
|
@ -57,14 +57,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
|||
# If final_path doesn't exist, create it
|
||||
if [ -z "$final_path" ]; then
|
||||
final_path=/var/www/$app
|
||||
ynh_app_setting_set "$app" final_path "$final_path"
|
||||
fi
|
||||
|
||||
# Cleaning legacy permissions
|
||||
if ynh_legacy_permissions_exists; then
|
||||
ynh_legacy_permissions_delete_all
|
||||
|
||||
ynh_app_setting_delete --app=$app --key=is_public
|
||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue