This commit is contained in:
QAIU
2023-04-25 17:51:39 +08:00
parent d217c2d99f
commit df10b72787
3 changed files with 15 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# set -x
LAUNCH_JAR="web-*.jar"
LAUNCH_JAR="lz-cow-api-web-*.jar"
nohup java -Xmx512M -jar "$LAUNCH_JAR" "$@" >startup.log 2>&1 &
tail -f startup.log
tail -f startup.log