diff --git a/README.md b/README.md index 464cd3e..120b05c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too. -**Shipped version:** 4.5.2.3~ynh1 +**Shipped version:** 4.5.2.3~ynh2 + ## Documentation and resources * Official admin documentation: diff --git a/README_fr.md b/README_fr.md index 7ccbb2d..c018994 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too. -**Version incluse :** 4.5.2.3~ynh1 +**Version incluse :** 4.5.2.3~ynh2 + ## Documentations et ressources * Documentation officielle de l’admin : diff --git a/conf/cron_coturn b/conf/cron_coturn index 5b4ee3f..367154f 100644 --- a/conf/cron_coturn +++ b/conf/cron_coturn @@ -1,2 +1,2 @@ # Check if the IP as not changed at every 15th minute -*/15 * * * * root bash /__DATA_DIR__/Coturn_config_rotate.sh; \ No newline at end of file +*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1