Annotate cron on and off for clarity

This commit is contained in:
Sean Wheller 2019-08-09 15:31:08 +02:00
parent 272b4f186d
commit ba79446103
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
# Removes a user crontab
# Used in conjunction with crontab-on.sh to toggle user crontab between states:
# on - start/stop xmrig at specified times
# off - do not start/stop xmrig
echo "#################################"
echo "# DISABLING CRONTAB #"
echo "#################################"

View File

@ -1,5 +1,10 @@
#!/bin/bash
# Defines a user crontab with schedules as defined in settings.sh
# Used in conjunction with crontab-off.sh to toggle user crontab between states:
# on - start/stop xmrig at specified times
# off - do not start/stop xmrig
echo "####################################"
echo "# ENABLING CRONTAB #"
echo "####################################"