4 lines
114 B
Bash
4 lines
114 B
Bash
#!/bin/bash
|
|
|
|
/opt/freeswitch/bin/fs_cli -x 'fsctl sync_clock_when_idle' > /var/log/freeswitch_sync_clock.log 2>&1
|