First version of gentoo based cron image
This commit is contained in:
11
cron-re-read.sh
Executable file
11
cron-re-read.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /bin/sh
|
||||
|
||||
file="/crontab";
|
||||
{
|
||||
echo "SHELL=/bin/sh
|
||||
* * * * * /cron-re-read.sh"
|
||||
} > "$file";
|
||||
|
||||
cat /crontab.txt >> /crontab
|
||||
|
||||
crontab -l | cat /crontab |crontab -
|
Reference in New Issue
Block a user