Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
fangyeqing
2017-01-25 11:56:44 +0800
Commit
86313f008b5d2be943a85b56907b2ff0a13989df
1 parent
5ecc274c
Update start.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/start.sh
bin/start.sh
View file @
86313f0
...
...
@@ -25,7 +25,7 @@ if [[ -f $pid_file ]]; then
fi
# start
nohup mvn spring-boot:run >
${
log_path
}
/xkl.out &
nohup mvn spring-boot:run >
>
${
log_path
}
/xkl.out &
# write down the pid
pid
=
$!
;
...
...
Please
register
or
login
to post a comment