mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Update server_fixes.md
This commit is contained in:
parent
8c69fd2c35
commit
944caa03e8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ And also I wrote a super stupid cron fix, which is below.
|
||||||
## My stupid cron fix:
|
## My stupid cron fix:
|
||||||
Cron Job:
|
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:
|
Here is the script I used to force the change of my resolv.conf file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue