fix bogus "interface not found" errors in ifup -a (#1580)
[openwrt.git] / package / dropbear / files / dropbear.init
index 58b0bc2..b629c1e 100755 (executable)
@@ -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
 }
This page took 0.022468 seconds and 4 git commands to generate.