This commit is contained in:
Shihaam Abdul Rahman 2021-10-28 16:19:41 +05:00 committed by GitHub
parent 2f605ef796
commit 5ad1166f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ cp env.sample .env
./screen-telegram-ping-ip.sh
```
### Run at system boot up
* Add the following like to crontab, Run: `crontab -e`
* Add the following line to crontab, Run: `crontab -e`
```
@reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh
```