diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 17:09:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 17:09:14 +0000 |
commit | b69fd0a32238abc8b2e88a0ca8cce4e40b768835 (patch) | |
tree | 7d5a071a31d2908b68e5b7f67f53e5a1aac17bd7 /package/dropbear | |
parent | 857d350bc70160452b96bb423dd0396081ef30db (diff) | |
download | upstream-b69fd0a32238abc8b2e88a0ca8cce4e40b768835.tar.gz upstream-b69fd0a32238abc8b2e88a0ca8cce4e40b768835.tar.bz2 upstream-b69fd0a32238abc8b2e88a0ca8cce4e40b768835.zip |
cosmetic fix
SVN-Revision: 6146
Diffstat (limited to 'package/dropbear')
-rwxr-xr-x | package/dropbear/files/dropbear.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/files/dropbear.init b/package/dropbear/files/dropbear.init index 58b0bc2fab..b629c1e48e 100755 --- a/package/dropbear/files/dropbear.init +++ b/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 } |