Commit 0d7b819
Magnus Kessler
Use "Ctrl-G q" to exit from remote shell
On some OS configurations, such as RHEL/CentOS, pressing "Ctrl-C"
immediately detaches the Erlang shell from the controlling terminal.
The beam process continues to run, and will eventually start to consume
considerable CPU resources.
Advise user to press "Ctrl-G q", in line with the instructions printed
by Eshell.1 parent 1d35f98 commit 0d7b819
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments