linux - Why is my bash script that executes another script not exiting? -


i'm calling script bash script -- ampersand.

otherscriptthatdoesnotexit & echo "done" 

i see getting "done" still see original script running ps. idea why be? (note, i'm running on puppy linux)

the script still waiting on subprocess spawned. use nohup, disown or screen leave long running task in background , shell.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -