From 290fdc1655cfad2328f3a0b43f27bc1f4a6c6c79 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Tue, 9 Jan 2024 09:09:06 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df046f1..70fe8fd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Execute the python-file for the first test run and watch console outputs. If everything went well, configure crontab to run the script hourly (this is the refresh interval of the apkcombo RSS feed). `crontab -e` `30 * * * * /usr/bin/python3 /mnt/data/updater/updater.py > /dev/null 2>&1` +In case you want to have a logfile, use this line: +`30 * * * * /usr/bin/python3 /mnt/data/updater/updater.py > /mnt/data/updater/updater.log` ## Remarks I am not affiliated with any APK developer, nor f-droid or apkcombo. All rights belong to their owner. \ No newline at end of file