mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-01 02:40:31 +02:00
Fix photoprism config migration path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user