<p dir="ltr"><br>
On 30/07/2014 4:30 PM, "Oliver" <<a href="mailto:r.oliver@web.de">r.oliver@web.de</a>> wrote:</p>
<p dir="ltr">> This syntax works absolutely fine, I've had a typo in the path, so it did not work yesterday:</p>
<p dir="ltr">For future reference, you can catch some errors by redirecting output to a file. At the very least the presence of the file tells you that the scriptlet is being executed.</p>
<p dir="ltr">file:`ls /path/to/server_logs/$(date +%Y%m%d) >/tmp/testfile 2>&1`</p>
<p dir="ltr">J<br>
</p>