修复Linux运行脚本

This commit is contained in:
qaiu
2023-06-14 10:30:16 +08:00
parent 49c2bbe680
commit 8d80ff845a

View File

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