mirror of
http://galexander.org/git/simplesshd.git
synced 2025-04-10 10:05:43 +00:00
oversight
This commit is contained in:
parent
9556b95f2c
commit
4cd9277401
@ -63,6 +63,7 @@ public class SimpleSSHD extends Activity
|
||||
if (!s.equals(get_shell(prefs))) { edit.putString("shell", s); }
|
||||
s = home_view.getText().toString();
|
||||
if (!s.equals(get_home(prefs))) { edit.putString("home", s); }
|
||||
edit.commit();
|
||||
}
|
||||
|
||||
private boolean get_onboot(SharedPreferences p) {
|
||||
|
Loading…
Reference in New Issue
Block a user