Automator workflow "run shell script" keeps running. How to stop?
Because i want two instances of dropbox running simultaneously on my Mac, I set up a small automator workflow application. The workflow consist of a simple shell script:
Or in text:
bash
HOME=$HOME/Dropbox-quivertree /Applications/Dropbox.app/Contents/MacOS/Dropbox &
The problem is that once the application runs, or i execute the script from within automator, it just keeps running (i get the little cog in my menubar). Anybody have an idea how to automatically stop after it has launched dropbox?
Thanks!
Kim
MacBook Air (13-inch Mid 2013), OS X Mavericks (10.9.4)