1
0
Fork 0
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:
OniriCorpe 2024-01-22 06:13:39 +01:00
parent ad42de59cb
commit 29f39789d6

View file

@ -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": {