mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 09:50:14 +02:00
fix typo in SSH init script, closes #351
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3322 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea6a54ac44
commit
0a144624ce
@ -11,5 +11,5 @@ for type in rsa dsa; do {
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
}; done
|
}; done
|
||||||
mkdir -p /var/emtpy
|
mkdir -p /var/empty
|
||||||
/usr/sbin/sshd
|
/usr/sbin/sshd
|
||||||
|
Loading…
Reference in New Issue
Block a user