Update 'README.md'

This commit is contained in:
Ze'ev Schurmann 2024-02-01 04:35:24 +02:00
parent aebe3df404
commit 7b19169b75
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ If you don't know how to set up a Telegram bot and channel then google it.
Run this as a cronjob. It will send you a Telegram whenever a new user registers or a new user is added. Run this as a cronjob. It will send you a Telegram whenever a new user registers or a new user is added.
Example crontab entry to check for updates every 15 minutes: Example crontab entry to check for new users every 15 minutes:
```` ````
*/15 * * * * root bash /root/scripts/nextcloud-telegram-notify/checknewusers.sh */15 * * * * root bash /root/scripts/nextcloud-telegram-notify/checknewusers.sh
```` ````