For example, if the crontab file has not been created for the user, then “crontab -l” will display the message "no crontab for acme" with execution status "1" . The installcronjob function of the acme.sh script will write this text to the crontab file.
To fix
$_CRONTAB -l 2>/dev/null | { ...
For example, if the crontab file has not been created for the user, then “crontab -l” will display the message "no crontab for acme" with execution status "1" . The installcronjob function of the acme.sh script will write this text to the crontab file.
acme.sh/acme.sh
Line 6277 in 563415d
To fix
$_CRONTAB -l 2>/dev/null | { ...