mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
fix variable
This commit is contained in:
parent
02e67b2f30
commit
5f7a924e46
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
PHOTOPRISM_CONFIG_PATH="__DATA_DIR/config/"
|
PHOTOPRISM_CONFIG_PATH="__DATA_DIR__/config/"
|
||||||
PHOTOPRISM_ASSETS_PATH="__INSTALL_DIR__/assets"
|
PHOTOPRISM_ASSETS_PATH="__INSTALL_DIR__/assets"
|
||||||
PHOTOPRISM_CACHE_PATH="__DATA_DIR__/cache"
|
PHOTOPRISM_CACHE_PATH="__DATA_DIR__/cache"
|
||||||
PHOTOPRISM_ORIGINALS_PATH="__DATA_DIR__/photos/originals"
|
PHOTOPRISM_ORIGINALS_PATH="__DATA_DIR__/photos/originals"
|
||||||
|
|
Loading…
Add table
Reference in a new issue