Before active SSH sessions would get stuck, when the network was suddenly stopped. If we instead stop dropbear before that and allow it to terminate SSH sessions cleanly we improve the user experience. Fixes #1957
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /lib/gluon/autoupdater/lib.sh
|
|
|
|
stop dropbear
|