mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Correct default directory
This commit is contained in:
parent
a51f08acfb
commit
db7c161216
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
"en": "This folder should have read write access. It will be created if it does not exist.",
|
||||
"fr": "Le répertoire doit être accesible en lecture écriture, il sera créé s'il n'existe pas."
|
||||
},
|
||||
"example": "/home/johndoe/calibre"
|
||||
"default": "/home/yunohost.app/calibreweb"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
pkg_dependencies="sqlite3"
|
||||
create_dir=0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue