when launching the sshd service, make sure the /sdcard/ssh path exists,

otherwise we won't be able to access dropbear.err
sigsegv_dump
Greg Alexander 8 years ago
parent f652b1b3c6
commit 9c7454d222

@ -118,6 +118,7 @@ public class SimpleSSHDService extends Service {
private static void do_start() {
stop_sshd();
new File(Prefs.get_path()).mkdirs();
final int pid = start_sshd(Prefs.get_port(),
Prefs.get_path(), Prefs.get_shell(),
Prefs.get_home(), Prefs.get_extra(),

Loading…
Cancel
Save