mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
479eec70b3
commit
647aa839e6
2 changed files with 3 additions and 3 deletions
|
@ -65,8 +65,8 @@
|
||||||
"name": "mumbleweb",
|
"name": "mumbleweb",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Do you want to install Mumble Web?",
|
"en": "Do you want to install Mumble web interface?",
|
||||||
"fr": "Voulez-vous installer Mumble Web? "
|
"fr": "Voulez-vous installer l'interface web Mumble ?"
|
||||||
},
|
},
|
||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@ fi
|
||||||
# REMOVE OTHER FILES
|
# REMOVE OTHER FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_secure_remove "/var/log/$app/$app.log"
|
ynh_secure_remove "/var/log/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue