Fixed path
This commit is contained in:
parent
d123401c29
commit
3d5310ffef
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Or you can download the source code and install it where ever you need
|
|||
## Cron Setup
|
||||
1. Run `crontab -e`
|
||||
2. `mkdir $HOME/mirrorLogs -p`
|
||||
2. `/usr/bin/python3 mirror.py > $HOME/mirrorLogs/`date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1`
|
||||
2. `/usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/`date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1`
|
||||
|
||||
---
|
||||
|
||||
|
|
Reference in a new issue