changed master config file name to simplify 1.4 -> 1.5 migration

This commit is contained in:
Arndt Brenschede 2019-07-07 12:44:44 +02:00
parent 7c33b7e497
commit 9ccdba149f
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ public class BRouterService extends Service
InputStream configInput = null;
try
{
configInput = openFileInput( "config.dat" );
configInput = openFileInput( "config15.dat" );
BufferedReader br = new BufferedReader( new InputStreamReader( configInput ) );
baseDir = br.readLine();
}