1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-04-10 10:05:43 +00:00

oversight

This commit is contained in:
Greg Alexander 2014-12-14 23:23:43 -05:00
parent 9556b95f2c
commit 4cd9277401

View File

@ -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) {