pull/4/head
Zlatin Balevsky 2019-06-03 21:53:51 +01:00
parent 48b3ac2b4a
commit 8524d5309f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import net.i2p.client.datagram.I2PDatagramMaker
@Log
class UpdateServer {
public static void main(String[] args) {
def home = System.getProperty("user.hom") + "/.MuWireUpdateServer"
def home = System.getProperty("user.home") + "/.MuWireUpdateServer"
home = new File(home)
if (!home.exists())
home.mkdirs()