mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Minor bug cron_coturn
Extra slash in cronjob. DATA_PATH is "/home/yunohost.app/$app"
This commit is contained in:
parent
575b7a5140
commit
9c70993f12
1 changed files with 1 additions and 1 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;
|
||||
*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh;
|
||||
|
|
Loading…
Add table
Reference in a new issue