Skip to content

Commit

Permalink
Fix start_sworker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Apr 24, 2024
1 parent c8b5b04 commit ccc5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runner/start_sworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ $ARGS = *"--ecdsa"* ]]; then

sleep 10
if ! lsof -i :$pccs_port | grep $pid &>/dev/null; then
verbose ERROR "start pccs service failed! Please check if another process is occupying port $pccs_port"
echo "[ERROR] Start pccs service failed! Please check if another process is occupying port $pccs_port"
exit 1
fi
fi
Expand Down

1 comment on commit ccc5157

@ljuanto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.