Skip to content
Snippets Groups Projects
Commit b69fd0a3 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

cosmetic fix

SVN-Revision: 6146
parent 857d350b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ config_cb() { ...@@ -16,7 +16,7 @@ config_cb() {
case "$passauth" in case "$passauth" in
no|off|disabled|0) nopasswd=1;; no|off|disabled|0) nopasswd=1;;
esac esac
DROPBEAR_ARGS="${port:+-p $port} ${nopasswd:+-s}" DROPBEAR_ARGS="${nopasswd:+-s }${port:+-p $port}"
;; ;;
esac esac
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment