Compare commits

3 Commits

Author SHA1 Message Date
03526d3374 Merge branch 'master' into dist/envole/6/master 2020-02-12 09:45:35 +01:00
d26c4c26f0 restart websocket all 30mn 2020-02-12 09:50:08 +01:00
f034863e2a script migration draaf 2020-02-10 16:05:44 +01:00
2 changed files with 1 additions and 1 deletions

BIN
migrations/draaf.zip Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
* * * * * root /var/www/html/ninegate/scripts/ninegate-cron.sh &>/dev/null
%if %%getVar("ninegate_activate_websocket", 'non') == "oui"
* * * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh restartifdown &>/dev/null
0 5 * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh &>/dev/null
*/30 * * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh &>/dev/null
%end if