1
0
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:
Greg Alexander 2014-12-16 23:11:51 -05:00
parent f664476da5
commit 324bf93935

View File

@ -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");