diff --git a/scripts/crontab.example b/scripts/crontab.example new file mode 100644 index 00000000..e3a4abca --- /dev/null +++ b/scripts/crontab.example @@ -0,0 +1,3 @@ +REPO_DIR=/home/fungus/proxy +LOG_FILE=/home/fungus/proxy/update.log +* * * * * /home/fungus/proxy/scripts/update_proxy.sh >/dev/null 2>&1 \ No newline at end of file