From 944caa03e87a39cae17acb78a6a837adc040ddb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E7=9A=93?= Date: Mon, 9 Jun 2025 08:10:06 +0800 Subject: [PATCH] Update server_fixes.md --- server_fixes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_fixes.md b/server_fixes.md index 73b2435..c72b6e7 100644 --- a/server_fixes.md +++ b/server_fixes.md @@ -17,7 +17,7 @@ And also I wrote a super stupid cron fix, which is below. ## My stupid cron fix: Cron Job: ``` -0 1 * * * "cd / && bun run hardpushrevolvconf.ts" > /dev/null +0 1 * * * "bun run /hardpushrevolvconf.ts" > /dev/null ``` Here is the script I used to force the change of my resolv.conf file: