Skip to content

Commit

Permalink
SC
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 authored Jul 19, 2023
1 parent 743a511 commit 898c8fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/talk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ then
exit 1
else
msg_box "Congratulations, everything is working as intended! The Talk Signaling installation succeeded.\n\nLogging can be found by typing: journalctl -lfu signaling"
exit 0
fi

####### Talk recording
Expand All @@ -502,7 +501,7 @@ print_text_in_color "$ICyan" "Setting up Talk recording..."

# Pull and start
docker pull nextcloud/aio-talk-recording:latest
docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RECORDING_HOST_PORT" --restart --name talk-recording nextcloud/aio-talk-recording –cap-add=sys_nice --shm-size=2g -e NC_DOMAIN="${TURN_DOMAIN}" -e TZ="$(cat /etc/timezone)" -e RECORDING_SECRET="${TURN_RECORDING_SECRET}" -e INTERNAL_SECRET="${TURN_INTERNAL_SECRET}"
docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RECORDING_HOST_PORT" --restart --name talk-recording nextcloud/aio-talk-recording --shm-size=2g -e NC_DOMAIN="${TURN_DOMAIN}" -e TZ="$(cat /etc/timezone)" -e RECORDING_SECRET="${TURN_RECORDING_SECRET}" -e INTERNAL_SECRET="${TURN_INTERNAL_SECRET}"

# Talk recording
if [ -d "$NCPATH/apps/spreed" ]
Expand Down

0 comments on commit 898c8fd

Please sign in to comment.