mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Custom cron commands are not working #207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bijitchakraborty on 7/23/2024
CloudPanel version(s) affected
v2.4.2
Description
While modifying the cron command to 0 0 */3 * *, it shows that this value is not valid. However, the command is accurate. I’m not sure why it’s showing this error.
How to reproduce
Just edit the cron command value to 0 0 */3 * *, and you will get the same error
Possible Solution
No response
Additional Context
No response