Browse Source

cosmetic fix

SVN-Revision: 6146
Felix Fietkau 19 years ago
parent
commit
b69fd0a322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dropbear/files/dropbear.init

+ 1 - 1
package/dropbear/files/dropbear.init

@@ -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
 }