mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Updated default path to $app, removed example user as yunohost enforce existing yuonohost user
This commit is contained in:
parent
32f974c852
commit
ba7d671a00
1 changed files with 3 additions and 4 deletions
|
@ -26,15 +26,14 @@
|
|||
"ask": {
|
||||
"en": "Choose a path for DotClear 2"
|
||||
},
|
||||
"example": "/dc",
|
||||
"default": "/dc"
|
||||
"example": "/dotclear2",
|
||||
"default": "/dotclear2"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"ask": {
|
||||
"en": "Choose a yunohost user as dotclear admin"
|
||||
},
|
||||
"example": "johndoe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
|
|
Loading…
Reference in a new issue