Skip to content

Commit

Permalink
JVB: fix accidental double exec
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz committed Apr 9, 2024
1 parent 8830bf6 commit 16757b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvb/rootfs/usr/bin/service_wrapper_jvb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DAEMON=/usr/share/jitsi-videobridge/jvb.sh

JVB_CMD="exec $DAEMON"
[ -n "$JVB_LOG_FILE" ] && JVB_CMD="$JVB_CMD 2>&1 | tee $JVB_LOG_FILE"
exec /bin/bash -c "exec $JVB_CMD"
exec /bin/bash -c "$JVB_CMD"

0 comments on commit 16757b2

Please sign in to comment.