5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# https://github.com/bigbluebutton/bigbluebutton/pull/9597/files
|
||
|
|
||
|
docker exec -it bbb-freeswitch fs_cli -H 10.7.7.1 -P 8021 -x 'fsctl sync_clock_when_idle'
|