mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
fix
This commit is contained in:
parent
6719b6f600
commit
6f5a59297e
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
# Check if the IP as not changed at every 15th minute
|
||||
*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1
|
||||
*/15 * * * * root bash __DATA_DIR__/Coturn_config_rotate.sh >/dev/null 2>&1
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Coturn"
|
|||
description.en = "VoIP media traffic NAT traversal server and gateway"
|
||||
description.fr = "Serveur et passerelle NAT du trafic média VoIP"
|
||||
|
||||
version = "4.5.2.3~ynh1"
|
||||
version = "4.5.2.3~ynh3"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ ynh_secure_remove --file=/var/log/$app
|
|||
#=================================================
|
||||
# REMOVE DEDICATED USER
|
||||
#=================================================
|
||||
#REMOVEME? ynh_script_progression --message="Removing the dedicated system user..." --weight=1
|
||||
ynh_script_progression --message="Removing the dedicated system user..." --weight=1
|
||||
|
||||
# Delete a system user
|
||||
deluser turnserver ssl-cert
|
||||
|
|
Loading…
Add table
Reference in a new issue