7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#!/command/with-contenv sh
|
||
|
|
||
|
# this line here is what we should have to get rid of the hard link error
|
||
|
touch /etc/crontab /etc/cron.*/*
|
||
|
|
||
|
cron -f
|