Code quality

This commit is contained in:
AlexPresso 2022-06-01 17:41:55 +02:00
parent 98807aba0e
commit 9e8f92093b

View File

@ -46,7 +46,7 @@ trap handle_error ERR
newline
info "========================================[start ffmpeg $pid]"
movie=$(cat "$hlsroot/video_metadata" | jq -r ".path")
movie=$(< "$hlsroot/video_metadata" jq -r ".path")
info "MOVIE: $movie"
info "HLS_ROOT: $hlsroot"