cosmetic fix

SVN-Revision: 6146
owl
Felix Fietkau 2007-01-20 17:09:14 +00:00
parent 857d350bc7
commit b69fd0a322
1 changed files with 1 additions and 1 deletions

View File

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