1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Fix missing __CODESYNC__

This commit is contained in:
yalh76 2021-05-18 04:29:45 +02:00
parent 79cb6cb108
commit 0a6d9113b7

View file

@ -1,3 +1,3 @@
# Mise a jour de Leed toutes les 2 heures.
0 */2 * * * root wget -q -O - "https://__DOMAIN____PATH__/action.php?action=synchronize&code=__CODESYNC__" > /dev/null 2>&1
0 */2 * * * root wget -q -O - "https://__DOMAIN____PATH__/action.php?action=synchronize&code=__CODE_SYNC__" > /dev/null 2>&1