mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
galene-password-generator now outputs json instead of a string. Removing quotes to accomodate for this change.
This commit is contained in:
parent
ddf1308c8d
commit
ba57bce6cd
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
"users": {
|
"users": {
|
||||||
"__ADMIN__": {
|
"__ADMIN__": {
|
||||||
"permissions": "admin",
|
"permissions": "admin",
|
||||||
"password": "__PASSWORD_HASH__"
|
"password": __PASSWORD_HASH__
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"users": {
|
"users": {
|
||||||
"__ADMIN__": {"permissions": "op", "password": "__PASSWORD_HASH__"},
|
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
|
||||||
"description": "__GROUP_DESCRIPTION__",
|
"description": "__GROUP_DESCRIPTION__",
|
||||||
"public": true,
|
"public": true,
|
||||||
"allow-recording": true,
|
"allow-recording": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue