mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
fix: correct server.mjs path in start.sh
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
PORT=${CLAUDE_PROXY_PORT:-3456}
|
PORT=${CLAUDE_PROXY_PORT:-3456}
|
||||||
if ! lsof -i :$PORT -sTCP:LISTEN &>/dev/null; then
|
if ! lsof -i :$PORT -sTCP:LISTEN &>/dev/null; then
|
||||||
unset CLAUDECODE
|
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" \
|
>> "/Users/taodeng/.openclaw/logs/claude-proxy.log" \
|
||||||
2>> "/Users/taodeng/.openclaw/logs/claude-proxy.err.log" &
|
2>> "/Users/taodeng/.openclaw/logs/claude-proxy.err.log" &
|
||||||
echo "claude-proxy started on port $PORT (pid $!)"
|
echo "claude-proxy started on port $PORT (pid $!)"
|
||||||
|
|||||||
Reference in New Issue
Block a user