mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
8 lines
278 B
Bash
8 lines
278 B
Bash
|
# Add these lines to: sudo crontab -e
|
||
|
|
||
|
# Run this on Reboot.
|
||
|
@reboot sudo curl https://fyipe.com/chart/install.sh | sudo bash thirdPartyBillingEnabled
|
||
|
|
||
|
# Run this once every 24 hours.
|
||
|
0 0 * * * sudo curl https://fyipe.com/chart/install.sh | sudo bash thirdPartyBillingEnabled
|