1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Merge pull request #17 from jmrplens/patch-1

Minor bug cron_coturn
This commit is contained in:
Éric Gaspar 2023-03-26 08:14:38 +02:00 committed by GitHub
commit b8ef40be0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
# Check if the IP as not changed at every 15th minute
*/15 * * * * root bash /__DATA_PATH__/Coturn_config_rotate.sh;
*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1