From c5b0b778c4cc3d2c01136f3d9bd2d7ed907b18f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:43:17 +0200 Subject: [PATCH] Update run.sh --- photoprism/rootfs/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photoprism/rootfs/run.sh b/photoprism/rootfs/run.sh index a6674f659..a0f8febec 100644 --- a/photoprism/rootfs/run.sh +++ b/photoprism/rootfs/run.sh @@ -134,6 +134,8 @@ export PHOTOPRISM_ORIGINALS_PATH=$(bashio::config 'ORIGINALS_PATH') export PHOTOPRISM_IMPORT_PATH=$(bashio::config 'IMPORT_PATH') export PHOTOPRISM_BACKUP_PATH=$(bashio::config 'BACKUP_PATH') +$CUSTOMOPTIONS=$(bashio::config 'CUSTOM_OPTIONS':"") + # Test configs for variabletest in $PHOTOPRISM_STORAGE_PATH $PHOTOPRISM_ORIGINALS_PATH $PHOTOPRISM_IMPORT_PATH $PHOTOPRISM_BACKUP_PATH do