mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
no need for admin user ask, removed it
This commit is contained in:
parent
5970d99f86
commit
ebbb60585c
2 changed files with 5 additions and 14 deletions
|
@ -14,14 +14,6 @@
|
|||
"license": "BSD",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "admin",
|
||||
"ask": {
|
||||
"en": "Choose an admin user for Mumble Server",
|
||||
"fr": "Choisissez un administrateur pour le serveur Mumble"
|
||||
},
|
||||
"example": "homer"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"ask": {
|
||||
|
|
|
@ -4,12 +4,11 @@ exec 2>&1
|
|||
app=mumbleserver
|
||||
|
||||
# Retrieve arguments
|
||||
admin=$1
|
||||
server_password=$2
|
||||
su_passwd=$3
|
||||
welcometext=$4
|
||||
port=$5
|
||||
registerName=$6
|
||||
server_password=$1
|
||||
su_passwd=$2
|
||||
welcometext=$3
|
||||
port=$4
|
||||
registerName=$5
|
||||
|
||||
mumble_conf=/etc/mumble-server.ini
|
||||
# Check user
|
||||
|
|
Loading…
Add table
Reference in a new issue