mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced 2024-10-01 13:34:45 +02:00
fixes
This commit is contained in:
parent
dc85d09695
commit
e8b8c8584e
3 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,6 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=59a7d2e8ecf6ac657481e1906684808467b896cf
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
|
@ -29,7 +28,7 @@
|
|||
Level 2=auto
|
||||
Level 3=auto
|
||||
# Level 4:
|
||||
Level 4=0
|
||||
Level 4=na
|
||||
# Level 5:
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
location __PATH__/ {
|
||||
location __PATH__ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
|
|
@ -38,11 +38,12 @@
|
|||
"ask": {
|
||||
"en": "Choose a path for ulogger"
|
||||
},
|
||||
"example": "/example",
|
||||
"default": "/example"
|
||||
"example": "/ulogger",
|
||||
"default": "/ulogger"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose an admin user"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue