diff --git a/start.sh b/start.sh index f7b51e5..325b34b 100755 --- a/start.sh +++ b/start.sh @@ -78,6 +78,9 @@ yq eval ".log.rotation.max_files = 1" -i /app/data/production.yaml yq eval ".log.anonymizeIP = false" -i /app/data/production.yaml yq eval ".storage.bin = \"/app/data/storage/bin/\"" -i /app/data/production.yaml +echo "==> Migrate HLS paths to new for v4" +node dist/scripts/migrations/peertube-4.0.js + chown -R cloudron:cloudron /app/data echo "==> Starting PeerTube"