Revision 14893
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
133 | 133 |
for full import: |
134 | 134 |
screen |
135 | 135 |
Press ENTER |
136 |
unset TMOUT # TMOUT causes shell to exit even with background processes |
|
136 | 137 |
$0 # nested shell to prevent errexit from closing the window |
137 | 138 |
the following must happen within screen to avoid affecting the outer shell: |
138 | 139 |
unset TMOUT # TMOUT causes shell to exit even with background processes |
Also available in: Unified diff
fix: /README.TXT: Full database import: also need to run `unset TMOUT` in the outer `screen` shell