mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
cosmetic fix
SVN-Revision: 6146
This commit is contained in:
parent
857d350bc7
commit
b69fd0a322
@ -16,7 +16,7 @@ config_cb() {
|
||||
case "$passauth" in
|
||||
no|off|disabled|0) nopasswd=1;;
|
||||
esac
|
||||
DROPBEAR_ARGS="${port:+-p $port} ${nopasswd:+-s}"
|
||||
DROPBEAR_ARGS="${nopasswd:+-s }${port:+-p $port}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user