Update 'README.md'
This commit is contained in:
parent
aebe3df404
commit
7b19169b75
|
@ -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
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in New Issue