Skip to content

Commit ccc5157

Browse files
committed
Fix start_sworker.sh
1 parent c8b5b04 commit ccc5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/runner/start_sworker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ $ARGS = *"--ecdsa"* ]]; then
3333

3434
sleep 10
3535
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"
36+
echo "[ERROR] Start pccs service failed! Please check if another process is occupying port $pccs_port"
3737
exit 1
3838
fi
3939
fi

0 commit comments

Comments
 (0)