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

8 lines
284 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.
2020-04-08 13:09:15 +00:00
@reboot sudo curl https://fyipe.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled
2020-04-07 14:06:13 +00:00
# Run this once every 24 hours.
2020-04-08 13:09:15 +00:00
0 0 * * * sudo curl https://fyipe.com/chart/install.sh | sudo bash -s thirdPartyBillingEnabled