thanks Russ,
i'll try this method
regards
Latest posts made by alain
-
RE: voice commands or cli doesn't works anymore
-
RE: voice commands or cli doesn't works anymore
thanks for replies Russ
yes i think my triggercmdagent is working wellhere is my command
triggercmdagent -t firefox -c kali
Run installdaemon.sh to install the triggercmdagent daemon so it runs during boot
Daemon install: false
Logging in with saved token.
Checking if the 5e4e6687b2275d00193c6347 computer exists.
This computer exists in your account.
Tokenfile: /root/.TRIGGERcmdData/token.tkn
ComputerIDfile: /root/.TRIGGERcmdData/computerid.cfg
Logging in with saved token to run foreground tasks.
Write backup completed.
Initiated command adds
Initiated command removals|> Now connected to https://www.triggercmd.com.
___/ For help, see: http://bit.ly/2q0QDpf
(using sails.io.js node SDK @v1.1.13)
Connected at: Thu Feb 20 2020 16:50:24 GMT+0100 (heure normale d’Europe centrale){ message: 'Subscribed to 5e4e6687b2275d00193c6347!' }
{ message: 'Subscribed to 5e4e6687b2275d00193c6347!' }and my Json
[
{"trigger":"Reboot","command":"shutdown -r","ground":"background","voice":"reboot","allowParams": "false"},
{"trigger":"Editor","command":"nano","ground":"foreground","voice":"edition","allowParams": "false"},
{"trigger":"Firefox","command":"/usr/bin/firefox","ground":"background","voice":"firefox","allowParams": "false"},
{"trigger":"yum update","command":"yum -y update","ground":"background","voice":"yum update","allowParams": "false"},
{"trigger":"apt update","command":"apt-get -y update","ground":"background","voice":"update","allowParams": "false"}
]regards
-
voice commands or cli doesn't works anymore
Hi,
my commands doesn't works , neither with website or on command line
i try this
triggercmdagent -t firefox -c kaliregards