From a458f3c90ac5f452edbd9f7fd7bf54a81e1387c3 Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Mon, 15 May 2023 12:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86dockerfile=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E4=B8=94=E5=A2=9E=E5=8A=A0=E4=BA=86sh?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 0c54a0d..339225b 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ -nohup java -Xms32M -Xmx32M -jar /home/dailyLove/dailyLove-0.1.6.jar >> /home/dailyLove/runout.log 2>&1 & -tail -f /home/dailyLove/runout.log \ No newline at end of file +nohup java -Xms32M -Xmx32M -jar /home/dailyLove/dailyLove-0.1.6.jar >> /home/dailyLove/log/runout.log 2>&1 & +tail -f /home/dailyLove/log/runout.log \ No newline at end of file