- Joined
- May 12, 2006
- Messages
- 5
- Reaction score
- 0
I would like to use automator to automate some lengthy command lines for users who would rather not go there...
The process I need to call needs root or sudo... so the call would be like this... for a non-root user (usual)
sudo /opt/vintela/vmx/bin/vmxclienttool --run-software-distribution
Of course, this fails -- and I assume it's because the shell is now asking for the password in order to run sudo...
Is there any way to get this kind of interactivity? Or am I hoping too much?
Thanks in advance for any advice!
--VorpalBlade
The process I need to call needs root or sudo... so the call would be like this... for a non-root user (usual)
sudo /opt/vintela/vmx/bin/vmxclienttool --run-software-distribution
Of course, this fails -- and I assume it's because the shell is now asking for the password in order to run sudo...
Is there any way to get this kind of interactivity? Or am I hoping too much?
Thanks in advance for any advice!
--VorpalBlade