mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
Merge pull request #12 from SWG-Source/Tekaoh/startup
startServer.sh as alias of ant start
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
</target>
|
||||
|
||||
<target name="start" description="starts the server" depends="create_symlinks,stop,webcfg">
|
||||
<exec executable="startServer.sh" />
|
||||
<exec executable="exec.sh" />
|
||||
</target>
|
||||
|
||||
<target name="stop" description="stops the login server">
|
||||
|
||||
9
exec.sh
Executable file
9
exec.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd exe/linux
|
||||
|
||||
./bin/LoginServer -- @servercommon.cfg &
|
||||
|
||||
sleep 4
|
||||
|
||||
./bin/TaskManager -- @servercommon.cfg
|
||||
@@ -1,9 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd exe/linux
|
||||
|
||||
./bin/LoginServer -- @servercommon.cfg &
|
||||
|
||||
sleep 4
|
||||
|
||||
./bin/TaskManager -- @servercommon.cfg
|
||||
ant start
|
||||
|
||||
Reference in New Issue
Block a user