mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Cron refuses a command which contains 'admin' #139
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 @jfgimenez on 1/16/2025
CloudPanel version(s) affected
Last (where can I see the version?)
Description
I've just installed CloudPanel to test it, and when installing moodle it's needed to add a cron task like this:
but CloudPanel refuses to add it since it contains 'admin' in the command. If I delete just one char it is accepted.
How to reproduce
Try to add a command like above
Possible Solution
No response
Additional Context
No response