1
0
Fork 0

README.md aktualisiert

This commit is contained in:
Manuel Kamper 2024-01-09 13:54:34 +00:00
parent 64f1e9ce06
commit 4dab116773
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ If everything went well, configure crontab to run the script hourly (this is the
`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`
`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.