Skip to content

Commit

Permalink
Remove useless checks
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Jan 20, 2025
1 parent 0e54da2 commit 3f80512
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Scripts/public/test-streams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ function serve_test_streams {

kill_test_streams "$dest_dir"

if ! command -v pkgx python &> /dev/null; then
echo "python could not be found"
exit 1
fi

if ! command -v pkgx ffmpeg &> /dev/null; then
echo "ffmpeg could not be found"
exit 1
fi

mkdir -p "$dest_dir"
cp -R "$JSON_DIR" "$dest_dir"

Expand Down

0 comments on commit 3f80512

Please sign in to comment.