On Oct 24, 2020, at 12:05, Tim Camp <[email protected]> wrote:

> RMLSend touch does indeed work, file is created.
> our scripts do not
> another simple command such as RN echo "something" > file! does not.

Likely it's the STDOUT redirection that’s the problem. Those redirection 
operators (‘<‘, ‘>’, ‘|’, etc) are part of bash(1), not echo(1).

Try something like ‘RN sh -c echo something > file!’ (You may have to escape 
the strings following the echo; I don’t have Rivendell loaded up at the moment 
to test here).

Cheers!


|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |             Chief Developer             |
|                           |             Paravel Systems             |
|---------------------------------------------------------------------|
|         A room without books is like a body without a soul.         |
|                                                                     |
|                                                         -- Cicero   |
|---------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to