i2psnark: Don't fail to start if data directory not found (ticket #2166)

Try to create dir if doesn't exist
Hide add and create sections if dir not writable
Remove 403 handler, don't want it for standalone hostname check
This commit is contained in:
zzz
2018-03-15 15:50:33 +00:00
parent 1de82a6801
commit cfd84bdcdd
6 changed files with 53 additions and 29 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "";