Skip to content

Commit

Permalink
made install-crontab.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-shah committed Oct 1, 2018
1 parent 235e62e commit 2283b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-crontab.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
crontab -l > cron.backup
cron.backup >> rig-alert.crontab
crontab < $HOME/rig-alert/rig-alert.crontab
crontab -l > ./cron.backup
cat ./cron.backup >> ./rig_alert.crontab
crontab < $HOME/rig-alert/rig_alert.crontab

0 comments on commit 2283b76

Please sign in to comment.