Fixed migration dir.

This commit is contained in:
Clewsy 2020-02-13 13:38:03 +11:00
parent a1e6e5886f
commit 4b3ee7af8e

View file

@ -21,7 +21,7 @@ fi
if bashio::fs.file_exists "${CONF}"; then if bashio::fs.file_exists "${CONF}"; then
bashio::log.debug "Running startup migrations" bashio::log.debug "Running startup migrations"
/usr/lib/python2.7/site-packages/motioneye/scripts/migrateconf.sh "${CONF}" /usr/lib/python2.7/site-packages/motioneye/scripts/migrateconf.sh "${CONF}"
find /data/motioneye/ \ find /config/motioneye/ \
-maxdepth 1 \ -maxdepth 1 \
-type f \ -type f \
-name "thread-*.conf" \ -name "thread-*.conf" \