Skip to content

Commit

Permalink
fix the start shell
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Nov 10, 2023
1 parent b73e907 commit 873bc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ start(){
echo "==============================================================================================="
else
echo -n "Server $APP_MAIN Port $SERVER_PORT ..."
echo "$JAVA_CMD -agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n -Djdk.tls.namedGroups="secp256k1" $JAVA_OPTS -Djava.library.path=$CONF_DIR -cp $CLASSPATH $APP_MAIN >> $LOG_DIR/front.out 2>&1 &"
echo "$JAVA_CMD -agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n -Djdk.tls.namedGroups="secp256k1" $JAVA_OPTS -Djava.library.path=$CONF_DIR -Dhttps.protocols=TLSv1.2 -cp $CLASSPATH $APP_MAIN >> $LOG_DIR/front.out 2>&1 &"

nohup $JAVA_CMD -agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n -Djdk.tls.namedGroups="secp256k1" $JAVA_OPTS -Djava.library.path=$CONF_DIR -cp $CLASSPATH $APP_MAIN >> $LOG_DIR/front.out 2>&1 &
nohup $JAVA_CMD -agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n -Djdk.tls.namedGroups="secp256k1" $JAVA_OPTS -Djava.library.path=$CONF_DIR -Dhttps.protocols=TLSv1.2 -cp $CLASSPATH $APP_MAIN >> $LOG_DIR/front.out 2>&1 &

count=1
result=0
Expand Down

0 comments on commit 873bc39

Please sign in to comment.