mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
no need to specify -l on the shell, dropbear does it as appropriate
This commit is contained in:
parent
f664476da5
commit
324bf93935
@ -23,7 +23,7 @@ public class Prefs {
|
||||
return pref.getString("path", "/sdcard/ssh");
|
||||
}
|
||||
public static String get_shell() {
|
||||
return pref.getString("shell", "/system/bin/sh -l");
|
||||
return pref.getString("shell", "/system/bin/sh");
|
||||
}
|
||||
public static String get_home() {
|
||||
return pref.getString("home", "/sdcard/ssh");
|
||||
|
Loading…
Reference in New Issue
Block a user