How do I run a terminal command through the K1000 "Launch a program" task?
I am trying to run the following Mac Terminal command through a K1000 script using the Launch a program task. It does not seem to be working. Is this possible, or is there a better way to do it. The command is:
launchctl stop com.elsitech.screenconnect.client
I am looking for the correct settings for Directory, File and Parameters if it is possible to do it this way, otherwise some direction on the correct way to do it would be helpful. Thank you!
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
sudo launchctl unload "/Library/LaunchAgents/com.elsitech.screenconnect.client.plist" sudo launchctl load "/Library/LaunchAgents/com.elsitech.screenconnect.client.plist"
sudo launchctl unload "/Library/LaunchAgents/com.elsitech.screenconnect.client.plist" sudo launchctl load "/Library/LaunchAgents/com.elsitech.screenconnect.client.plist"
Please log in to answer
Posted by:
cody.suhr
11 years ago
Posted by:
mpace
11 years ago