Skip to content

Commit

Permalink
启动脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkewei committed Aug 28, 2018
1 parent 66e6359 commit 9272079
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gradle
/gradlew
gradlew*
.springBeans
application.properties
#application.properties
*.cache
*.log
.factorypath
Expand Down
4 changes: 2 additions & 2 deletions porter/porter-boot/script/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PRG="$0"
PRGDIR=`dirname "$PRG"`
EXECUTABLE=node-boot
EXECUTABLE=porter-boot

if [ "$1" = "debug" ]; then
if [ -z "$2" ]; then
Expand All @@ -30,4 +30,4 @@ save_spring () {

SPRING_ARGS=$(save_spring "$@")

nohup "$PRGDIR/$EXECUTABLE" $SPRING_ARGS > /dev/null 2>&1 &
nohup "$PRGDIR/$EXECUTABLE" $SPRING_ARGS > /dev/null 2>&1 &
Loading

0 comments on commit 9272079

Please sign in to comment.