mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 03:31:22 +00:00
Fixed migration dir.
This commit is contained in:
parent
a1e6e5886f
commit
4b3ee7af8e
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue