Skip to content

Commit

Permalink
Merge pull request #91 from yanyanho/main
Browse files Browse the repository at this point in the history
delete the secp256k1
  • Loading branch information
yanyanho authored Dec 13, 2023
2 parents ee49388 + 9715093 commit 812eac7
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 @@ -75,9 +75,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 -Dhttps.protocols=TLSv1.2 -cp $CLASSPATH $APP_MAIN >> $LOG_DIR/front.out 2>&1 &"
echo "$JAVA_CMD -agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n $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 -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 $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 812eac7

Please sign in to comment.