Skip to content

Commit

Permalink
Changed to accept multiple argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan authored and hashworks committed Jul 18, 2024
1 parent f722f65 commit 41f7ac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/ome_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
echo "LD_PRELOAD: $LD_PRELOAD"

# Run as daemon
ldd /usr/bin/OvenMediaEngine
exec /usr/bin/OvenMediaEngine $1
exec /usr/bin/OvenMediaEngine "$@"


0 comments on commit 41f7ac6

Please sign in to comment.