Fixed geodata converter .sh file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
|
||||
|
||||
|
Reference in New Issue
Block a user