mirror of https://github.com/hak5/openwrt-owl.git
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