mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
removing ask for domain which was useless for mumble
This commit is contained in:
parent
ccbdd4ab36
commit
2a76b0653b
2 changed files with 5 additions and 14 deletions
|
@ -14,14 +14,6 @@
|
|||
"license": "Beerware",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for your Mumble Server",
|
||||
"fr": "Choisissez un domaine pour votre serveur Mumble"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"ask": {
|
||||
|
|
|
@ -4,12 +4,11 @@ exec 2>&1
|
|||
app=mumbleserver
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$1
|
||||
admin=$2
|
||||
server_password=$3
|
||||
welcometext=$4
|
||||
port=$5
|
||||
registerName=$6
|
||||
admin=$1
|
||||
server_password=$2
|
||||
welcometext=$3
|
||||
port=$4
|
||||
registerName=$5
|
||||
|
||||
mumble_conf=/etc/mumble-server.ini
|
||||
# Check user
|
||||
|
|
Loading…
Add table
Reference in a new issue