Ketarin
Ketarin copied to clipboard
"After updating all applications" command does not parse variables
"After updating all applications" commands do not parse variables. With "After updating an application" variables work just fine
Hi, @martinl88 , This is not a bug. Rather, I think the problem is actually with your script. You're using "{f}" and it's not in context since it's no longer processing a single application so there's no "file" to get information about. This is explained in the Wiki here.
preceded by "f:" (for example {f:dd}) to extract the values from the downloaded file date
You should just be using ketarin-{yyyy}-{MM}-{dd}.txt
not ketarin-{f:yyyy}-{f:MM}-{f:dd}.txt