Skip to content

The script, executing "crontab -l", writes an error to the crontab file #6919

@alexeyp0708

Description

@alexeyp0708

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

$_CRONTAB -l | {

To fix

$_CRONTAB -l 2>/dev/null | { ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions