- 更新版本号: 0.1.5->0.1.6

This commit is contained in:
qaiu
2023-07-16 03:11:41 +08:00
parent 774a069c0e
commit 5628d57299
9 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# set -x
LAUNCH_JAR="netdisk-fast-download-0.1.5.jar"
LAUNCH_JAR="netdisk-fast-download-0.1.6.jar"
nohup java -Xmx512M -jar "$LAUNCH_JAR" "$@" >startup.log 2>&1 &
tail -f startup.log