diff options
Diffstat (limited to 'openwrt/package/openssh')
-rwxr-xr-x | openwrt/package/openssh/files/S50sshd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd index f1bc83366d..2ea168394c 100755 --- a/openwrt/package/openssh/files/S50sshd +++ b/openwrt/package/openssh/files/S50sshd @@ -11,5 +11,5 @@ for type in rsa dsa; do { exit 0 } }; done -mkdir -p /var/emtpy +mkdir -p /var/empty /usr/sbin/sshd |