mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openssh: update to 8.3p1
Removed outdated options. Small bashism fix in the init script. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ shutdown() {
|
||||
# kill active clients
|
||||
for pid in $(pidof sshd)
|
||||
do
|
||||
[ "$pid" == "$$" ] && continue
|
||||
[ "$pid" = "$$" ] && continue
|
||||
[ -e "/proc/$pid/stat" ] && kill $pid
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user