Revision 14088
Added by Aaron Marcuse-Kubitza over 10 years ago
import_all | ||
---|---|---|
69 | 69 |
bin/after_import $jobs & |
70 | 70 |
echo "after_import PID: $!" >&2 |
71 | 71 |
|
72 |
. bin/disown_all |
|
73 |
|
|
74 | 72 |
popd |
75 | 73 |
delete_logs # manually run b/c `trap EXIT` doesn't run until *shell* exit |
76 | 74 |
} |
Also available in: Unified diff
bugfix: bin/with_all, import_all: don't disown processes because they should be auto-killed if the shell is (disown was only needed before we used screen)