mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-26 01:53:22 +01:00
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# https://github.com/bigbluebutton/bigbluebutton/pull/9597/files
|
||
|
|
||
|
CONTAINER_ID=$(docker ps | grep freeswitch | awk '{print $1}')
|
||
|
docker exec -it $CONTAINER_ID fs_cli -H 10.7.7.1 -P 8021 -x 'fsctl sync_clock_when_idle'
|