"Start Script" will add # when passing an argument?
Posted: Tuesday 27 February 2018 19:16
Hi!
Is this expected result, and if so, how do I change it =)
When this block is triggered I want the script "/opt/twython/image_twitter.sh" to be triggered with the argument "Someone is moving ouside!".
If I run the script from the linux prompt everything works as expected. I.e.:
/opt/twython/image_twitter.sh "Något rör sig utanför entrén!"
But when triggered from "Start Script" the space seems to be replaced by an #.
In the log it says:
2018-02-27 17:48:40.452 Executing script: /opt/twython/image_twitter.sh#"Något rör sig utanför entrén!"
2018-02-27 17:48:40.465 Error: Error executing script command (/opt/twython/image_twitter.sh#"Något rör sig utanför entrén!"). returned: 32512
How can I get the "Start Script" to NOT have a # between the script and the variable?!
/Tilly
Is this expected result, and if so, how do I change it =)
When this block is triggered I want the script "/opt/twython/image_twitter.sh" to be triggered with the argument "Someone is moving ouside!".
If I run the script from the linux prompt everything works as expected. I.e.:
/opt/twython/image_twitter.sh "Något rör sig utanför entrén!"
But when triggered from "Start Script" the space seems to be replaced by an #.
In the log it says:
2018-02-27 17:48:40.452 Executing script: /opt/twython/image_twitter.sh#"Något rör sig utanför entrén!"
2018-02-27 17:48:40.465 Error: Error executing script command (/opt/twython/image_twitter.sh#"Något rör sig utanför entrén!"). returned: 32512
How can I get the "Start Script" to NOT have a # between the script and the variable?!
/Tilly