Custom Commands problem

Operating system: Ubuntu
OS version: 20.04

Certain scripts will not run correct from Custom Commands, but when using SSH it is ok.

One example is if you want to use “read”
That should stop and wait for input.
It does when I use SSH but not from Custom Commands.

Another example is with “rpl” (replace text in file)
Works ok in SSH but not in Custom Commands.

How can I make it work in Custom Commands?

Hi,

One example is if you want to use “read” That should stop and wait for input.

Actions that require interaction (user input) are not supported yet.

Another example is with “rpl” (replace text in file)
Works ok in SSH but not in Custom Commands.
Does not require interaction.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.