Fixed start/stop scripts

This commit is contained in:
dginovker
2019-10-03 11:57:18 -04:00
parent d1e74667ae
commit 1af8ef1649
1329 changed files with 13 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -1 +1,3 @@
rm -rf org/ ; cp -r ../2006Redone_Server/production/2006rebotted/org ; java -cp ".:./assets/*" org.apollo.jagcached.FileServer
rm -rf org/
cp -r ../CompiledServer/production/2006rebotted/org .
java -cp ".:./libs/*" org.apollo.jagcached.FileServer
-5
View File
@@ -1,5 +0,0 @@
@echo off
java -cp bin;assets/*; org.apollo.jagcached.FileServer
pause