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:
parent
79cb6cb108
commit
0a6d9113b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue