storage.original_video_files is now required

This commit is contained in:
Johannes Zellner 2024-04-29 13:37:34 +02:00
parent 539cce44d1
commit cad464a8c8

View file

@ -110,6 +110,9 @@ update_config() {
yq eval "del(.storage.videos)" -i /app/data/production.yaml
yq eval "del(.transcoding.webtorrent)" -i /app/data/production.yaml
yq eval ".transcoding.web_videos.enabled = true" -i /app/data/production.yaml
# changes for 6.1.0
yq eval ".storage.original_video_files = \"/app/data/storage/original_video_files/\"" -i /app/data/production.yaml
}
echo "==> Changing ownership"