mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
fixed now, app should be well installed
This commit is contained in:
parent
2bce62b86e
commit
54b043da3f
2 changed files with 4 additions and 5 deletions
|
@ -45,14 +45,13 @@
|
||||||
"en": "Choose a port for your server. Let as default if you don't want to change it",
|
"en": "Choose a port for your server. Let as default if you don't want to change it",
|
||||||
"fr": "Entrez un port pour votre serveur. Laissez par défaut si vous ne voulez pas en changer"
|
"fr": "Entrez un port pour votre serveur. Laissez par défaut si vous ne voulez pas en changer"
|
||||||
},
|
},
|
||||||
"example": "64738",
|
"example": "64738"
|
||||||
"default": "64738"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "registername",
|
"name": "registername",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a name for the root channel",
|
"en": "Choose a name for the root channel (your mumble server name)",
|
||||||
"fr": "Entrez un nom pour le channel racine"
|
"fr": "Entrez un nom pour le channel racine (le nom de votre serveur mumble)"
|
||||||
},
|
},
|
||||||
"example": "Root",
|
"example": "Root",
|
||||||
"default": "Root"
|
"default": "Root"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#debug commands
|
#debug commands
|
||||||
#exec > >(tee /tmp/mumble-install.log)
|
#exec > >(tee /tmp/mumble-install.log)
|
||||||
#exec 2>&1
|
#exec 2>&1
|
||||||
pwd
|
|
||||||
app=mumbleserver
|
app=mumbleserver
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue