Changeset 6d0f80f for launchers/browserbundle/src
- Timestamp:
- Jul 13, 2018 6:30:16 AM (3 years ago)
- Branches:
- master
- Children:
- 818e70d
- Parents:
- 21b3864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
launchers/browserbundle/src/main/scala/net/i2p/RouterLauncherApp.scala
r21b3864 r6d0f80f 63 63 64 64 println(s"basePath => ${basePath}\nconfigPath => ${configPath}") 65 65 /* 66 66 object ErrorUtils { 67 67 def errorMessageInJson(message: String, solution: String) : JObject = JObject( … … 92 92 if (!new File(configPath).exists()) ErrorUtils.printErrorAndExit("I2P Config path don't exist", "Delete your config directory for the Browser Bundle") 93 93 94 94 */ 95 95 val deployer = new DeployProfile(configPath,basePath) 96 96 deployer.verifyExistenceOfConfig()
Note: See TracChangeset
for help on using the changeset viewer.