Browse Source

openssh: use quotes

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 5 years ago
parent
commit
594a884c2d
1 changed files with 1 additions and 1 deletions
  1. +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"


Loading…
Cancel
Save