From 976df1d5cc1ad0189b4022fd5377cf6249824d1c Mon Sep 17 00:00:00 2001 From: shroominic Date: Mon, 30 Jun 2025 12:48:12 +0000 Subject: [PATCH] fix file name --- scripts/crontab.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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