Fixed path

This commit is contained in:
Varun 2020-10-12 19:26:43 +05:30
parent d123401c29
commit 3d5310ffef
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -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`
---