diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cygwin/ssh-host-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index df8341c85..c263d60ff 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -568,7 +568,7 @@ then | |||
568 | [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty" | 568 | [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty" |
569 | if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" | 569 | if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" |
570 | then | 570 | then |
571 | chown system /${SYSCONFDIR}/ssh* | 571 | chown system ${SYSCONFDIR}/ssh* |
572 | echo | 572 | echo |
573 | echo "The service has been installed under LocalSystem account." | 573 | echo "The service has been installed under LocalSystem account." |
574 | fi | 574 | fi |