Store preferences in a directory writable by lvuser

Change-Id: I1ed43968c2be76bfcb050a115f59517c398efff3
This commit is contained in:
Thomas Clark
2014-09-10 14:05:51 -04:00
parent 1e812ac4d9
commit b16a037759
4 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ public class Preferences {
/**
* The file to save to
*/
private static final String FILE_NAME = "wpilib-preferences.ini";
private static final String FILE_NAME = "/home/lvuser/wpilib-preferences.ini";
/**
* The characters to put between a field and value
*/