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
4c12349e43
commit
95af380240
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "mumbleserver",
|
"id": "mumbleserver",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Low-latency, high quality voice chat software (VoIP).",
|
"en": "Low-latency, high quality voice chat software (VoIP)",
|
||||||
"fr": "Logiciel libre de voix sur IP (VoIP)."
|
"fr": "Logiciel libre de voix sur IP (VoIP)"
|
||||||
},
|
},
|
||||||
"version": "1.3.0~ynh2",
|
"version": "1.3.0~ynh2",
|
||||||
"url": "https://mumble.info",
|
"url": "https://mumble.info",
|
||||||
|
|
|
@ -51,7 +51,7 @@ ynh_app_setting_set --app=$app --key=no_sso --value="true"
|
||||||
ynh_app_setting_set --app=$app --key=server_password --value="$server_password"
|
ynh_app_setting_set --app=$app --key=server_password --value="$server_password"
|
||||||
ynh_app_setting_set --app=$app --key=su_passwd --value="$su_passwd"
|
ynh_app_setting_set --app=$app --key=su_passwd --value="$su_passwd"
|
||||||
ynh_app_setting_set --app=$app --key=welcometext --value="$welcometext"
|
ynh_app_setting_set --app=$app --key=welcometext --value="$welcometext"
|
||||||
ynh_app_setting_set --app=$app --key=registerName --value="$registername"
|
ynh_app_setting_set --app=$app --key=registername --value="$registername"
|
||||||
ynh_app_setting_set --app=$app --key=instance_id --value="$instance_id"
|
ynh_app_setting_set --app=$app --key=instance_id --value="$instance_id"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue