From 8d80ff845a58dcd05d6859d97ff925f6ce69993a Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Wed, 14 Jun 2023 10:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLinux=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/run.sh b/bin/run.sh index ec7bf36..08e9392 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -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 +