You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing cron commands, If the command would contain ; or #, then everything that comes after it will be ignored(till end of line) since ofelia uses INI style config in which both of them are treated as comments(and hence everything that follows it is ignored)
While executing cron commands, If the command would contain
;
or#
, then everything that comes after it will be ignored(till end of line) since ofelia uses INI style config in which both of them are treated as comments(and hence everything that follows it is ignored)i.e. In a job like this:
touch /tmp/b.txt
will never be called.The text was updated successfully, but these errors were encountered: