We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b5b04 commit ccc5157Copy full SHA for ccc5157
docker/runner/start_sworker.sh
@@ -33,7 +33,7 @@ if [[ $ARGS = *"--ecdsa"* ]]; then
33
34
sleep 10
35
if ! lsof -i :$pccs_port | grep $pid &>/dev/null; then
36
- 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"
37
exit 1
38
fi
39
0 commit comments