7 lines
144 B
Plaintext
Executable file
7 lines
144 B
Plaintext
Executable file
#!/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
|