Skip to content

Multiple spaces after predefined time specifiers are treated as an error #52

@kiler129

Description

@kiler129

While using regular date/time specifiers, like shown below, any number of spaces can be used between time & user:

*/15 *  *  *  *             root    cd / && run-parts --report /etc/cron.15min

However, only a single space is allowed when using special specifiers like @reboot:

# treated as valid
@reboot root /etc/cron.daily/report-zpool-status

# treated as invalid
@reboot         root /etc/cron.daily/report-zpool-status
Image

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