Features
- You can now easily deploy the task automation via crontab by running
./gravity-sync.sh automate
which will simply ask how often you'd like to run the script per hour, and then create the entry for you. - If you've already configured an entry for this manually with a prior version, the script should detect this and ask that you manually remove it or edit it via
crontab -e
. I'm hesitant to delete existing entries here, as it could potentially remove something unrelated to Gravity Sync.
Fixes
- Changes method for pulling development branch updates via the
beta
function. - Cleanup of various exit commands.