diff --git a/scripts/crontab.example b/scripts/crontab.example index e3a4abca..929e452b 100644 --- a/scripts/crontab.example +++ b/scripts/crontab.example @@ -1,3 +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 +REPO_DIR=/home/user/proxy +LOG_FILE=/home/user/proxy/update.log +* * * * * /home/user/proxy/scripts/auto_update.sh >/dev/null 2>&1 \ No newline at end of file