mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Add new line in passwd file for user:password parsing (#52)
* Add new line in passwd file for user:password parsing
This commit is contained in:
parent
85a6ad46cf
commit
15253e46f6
2 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
__ADMIN__:__PASSWORD__
|
||||
__ADMIN__:__PASSWORD__
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Videoconferencing server that is easy to deploy",
|
||||
"fr": "Serveur de visioconférence facile à déployer"
|
||||
},
|
||||
"version": "0.3.5~ynh1",
|
||||
"version": "0.3.5~ynh2",
|
||||
"url": "https://galene.org/",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
@ -14,7 +14,7 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.4"
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue