I found that if you let the workflow run it can take upwards of an hour to complete. I'll keep digging into it to see if I can find out why, but I did find a workaround. If you send stdout and stderr to null the workflow completes as expected. /sbin/services.sh restart &>/dev/null
↧