mirror of
https://github.com/ilyakooo0/xmrig-bash-scripts.git
synced 2024-11-22 04:04:22 +03:00
Annotate cron on and off for clarity
This commit is contained in:
parent
272b4f186d
commit
ba79446103
@ -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 "#################################"
|
||||
|
@ -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 "####################################"
|
||||
|
Loading…
Reference in New Issue
Block a user