rlkoshak
(Rich Koshak)
6
Print what it returns to a log.
Remember that it is running as the openhab user which has limited permissions.
val results = executeCommandLine(<cmd>, 5000)
logInfo("Test", results)
Also see
Note, if you must do a POST, you want to use sendHttpPostRequest, not sendHttpGetRequest.