Hi! I'm trying to work out a suitable method to wait for a script to finish. I'm using 'run program in guest' to run a script on a VM which in turn triggers a CHEF-Client install. It's working well but its a "fire and forget" situation which isn't ideal, as I'd like to send a notification when it's completed. If I could wait for a service to be installed/started maybe, I could then notify the user when the install is complete. It takes approx 10 mins for the install to complete, but i'd rather not just use a wait timer in minutes.
Thanks for any advice on this one as always
Cheers
Steve