diff --git a/start.sh b/start.sh index 4f84f4f..8b68cb1 100755 --- a/start.sh +++ b/start.sh @@ -3,7 +3,7 @@ PORT=${CLAUDE_PROXY_PORT:-3456} if ! lsof -i :$PORT -sTCP:LISTEN &>/dev/null; then unset CLAUDECODE - nohup node "/Users/taodeng/.openclaw/projects/claude-proxy/openclaw-claude-proxy/server.mjs" \ + nohup node "/Users/taodeng/.openclaw/projects/claude-proxy/server.mjs" \ >> "/Users/taodeng/.openclaw/logs/claude-proxy.log" \ 2>> "/Users/taodeng/.openclaw/logs/claude-proxy.err.log" & echo "claude-proxy started on port $PORT (pid $!)"