Hey everyone,
I'm trying to have KM run a .sh script when a program is activated. It run's everyone fine, except it doesn't seem to download the file I pointed it to with wget.
When I run the .sh file via terminal it works fine. any ideas?
Here is the code
curl -X POST http://MYDOMAIN.com/csv/csv.php
sleep 5
cd /Users/USERDIR/Documents/FILEPATH/
wget http://MYDOMAIN.com/csv/labelValues.csv
I also attached a screenshot of the KM settings