mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix data folder
This commit is contained in:
parent
ad42de59cb
commit
29f39789d6
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
|||
},
|
||||
"daemon": {
|
||||
"data": {
|
||||
"cache": "/var/lib/__APP__/cache",
|
||||
"servers": "/var/lib/__APP__/servers"
|
||||
"binaries": "__DATA_DIR__/binaries",
|
||||
"cache": "__DATA_DIR__/cache",
|
||||
"servers": "__DATA_DIR__/servers"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
|
|
Loading…
Add table
Reference in a new issue