mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-23 01:51:11 +00:00
storage.original_video_files is now required
This commit is contained in:
parent
539cce44d1
commit
cad464a8c8
1 changed files with 3 additions and 0 deletions
3
start.sh
3
start.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue