mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Update docker/main/rootfs/etc/s6-overlay/s6-rc.d/prepare/run
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
f409968925
commit
15e7b4fd54
@ -75,7 +75,7 @@ function migrate_addon_config_dir() {
|
||||
if [[ -d "${old_ffmpeg_path}" ]]; then
|
||||
local new_ffmpeg_dir
|
||||
new_ffmpeg_dir="$(dirname "${ffmpeg_path}")"
|
||||
echo "[INFO] Migrating model from '${old_ffmpeg_path}' to '${ffmpeg_path}'..."
|
||||
echo "[INFO] Migrating ffmpeg from '${old_ffmpeg_path}' to '${ffmpeg_path}'..."
|
||||
mkdir -vp "${new_ffmpeg_dir}"
|
||||
mv -vf "${old_ffmpeg_path}" "${ffmpeg_path}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user