oneuptime/helm-chart/public/fyipe-update-cron.sh

8 lines
278 B
Bash
Raw Normal View History

2020-04-07 14:06:13 +00:00
# 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