This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openssh: use quotes
Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner
6 years ago
parent
9c1a54a6f1
commit
594a884c2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openssh/files/sshd.init
+ 1
- 1
net/openssh/files/sshd.init
View File
@ -22,7 +22,7 @@ start_service() {
mkdir -m 0700 -p /var/empty
local lport=$(awk '/^Port / { print $2; exit }' /etc/ssh/sshd_config)
[ -z $lport ] && lport=22
[ -z
"
$lport
"
] && lport=22
procd_open_instance
procd_add_mdns "ssh" "tcp" "$lport"
Write
Preview
Loading…
Cancel
Save