From 7bc701fb82af7483973ede30ce52de7210fb979b Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Wed, 22 Jun 2022 23:47:22 +0200 Subject: [PATCH] :construction: wip SIS make-rules --- server-ip-sync.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server-ip-sync.md b/server-ip-sync.md index af69716..3b69727 100644 --- a/server-ip-sync.md +++ b/server-ip-sync.md @@ -9,9 +9,10 @@ Make rules: * [ ] add oneliner to cron `/python server-ip-sync.py --upload` ```makefile +" https://stackoverflow.com/a/9578959 addcron: CRONENTRY= - { crontab -l; echo "*/2 * * * * /usr/bin/node cronapp.js >> logfile.log" } | crontab - + { crontab -l; echo "* * * * * path-to-venv/python >> ip.log" } | crontab - add_github_token: echo "Visit github to generate new token:"