View Single Post
Posts: 1 | Thanked: 0 times | Joined on Oct 2016
#283
Hi hhaveri,
in jolla store I've asked you in comments, how does the command action works. You told me that better should be to save command to some BASH script, and then use Situations command action to launch it.
But unfortunatelly that doesn't work. Script is working via terminal without problem.

I've tried to write it as follows:
1.
Code:
 /home/nemo/scripts/./google_onOff.sh offline
2.
Code:
bash /home/nemo/scripts/google_onOff.sh offline
but both don't work. Should be there some specific syntax for it?

Thanks,

Tom