Fix photoprism config migration path

This commit is contained in:
Alexandre
2026-01-09 10:01:14 +01:00
parent 2d44ee234a
commit 6e2b5029f0
4 changed files with 9 additions and 9 deletions

View File

@@ -3,8 +3,8 @@
set -e
slug=photoprism
new_config_location="/config/photoprism/config.yaml"
new_config_dir="$(dirname "$new_config_location")"
new_config_location="/config"
new_config_dir="$new_config_location"
mkdir -p "$new_config_dir"
if bashio::config.has_value "CONFIG_LOCATION"; then