From cb452a27cdbc1521a84d3fd101b6fcff79326d38 Mon Sep 17 00:00:00 2001 From: Varun Date: Sun, 25 Oct 2020 07:04:03 +0530 Subject: [PATCH] Fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 127ed0d..d923460 100644 --- a/README.md +++ b/README.md @@ -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` -3. `/usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1` +3. `/usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/`date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1` ---