diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-23 21:58:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-23 21:58:46 -0400 |
| commit | eaa4dfc692aa5d53168963b87eddc26f8292138f (patch) | |
| tree | 8313cc0f4b8287299f84f390d2d96783d9839f3f /.scripts | |
| parent | 7e72b8cf60ee28c14f8cc59edf095bfa25a2e4df (diff) | |
| download | eibhear-eaa4dfc692aa5d53168963b87eddc26f8292138f.tar.gz eibhear-eaa4dfc692aa5d53168963b87eddc26f8292138f.tar.zst eibhear-eaa4dfc692aa5d53168963b87eddc26f8292138f.zip | |
crontog to config
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/cron/crontog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/cron/crontog b/.scripts/cron/crontog index b5694b3..93c2d30 100755 --- a/.scripts/cron/crontog +++ b/.scripts/cron/crontog @@ -2,4 +2,4 @@ # Toggles all cronjobs off/on. # Stores disabled crontabs in ~/.consaved until restored. -([ -f ~/.cronsaved ] && crontab - < ~/.cronsaved && rm ~/.cronsaved && notify-send "🕓 Cronjobs re-enabled.") || ( crontab -l > ~/.cronsaved && crontab -r && notify-send "🕓 Cronjobs saved and disabled.") +([ -f ~/.config/cronsaved ] && crontab - < ~/.config/cronsaved && rm ~/.config/cronsaved && notify-send "🕓 Cronjobs re-enabled.") || ( crontab -l > ~/.config/cronsaved && crontab -r && notify-send "🕓 Cronjobs saved and disabled.") |
