From 0cb9f2cad37c3185c948f3de2aea70b80db57156 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Wed, 17 Oct 2018 08:18:23 +0800 Subject: [PATCH] --- bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start.sh b/bin/start.sh index 29da88052..ba69b40ee 100644 --- a/bin/start.sh +++ b/bin/start.sh @@ -24,5 +24,5 @@ done export CLASSPATH=$CLASSPATH:$lib echo "$APP_HOME" -nohup java -DAPP_HOME="$APP_HOME" org.redkale.boot.Application > "$APP_HOME"/log.out & +nohup java -DAPP_HOME="$APP_HOME" org.redkale.boot.Application > "$APP_HOME"/logs.out &