Compare commits
2 Commits
78ed3bde7f
...
v0.1.9
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c1d18b9ae | |||
|
|
8c639e2928 |
@@ -1123,6 +1123,11 @@ EOF
|
||||
echo "Created pm-agent env file: $ENV_DIR/pm-agent.env"
|
||||
fi
|
||||
|
||||
if [ -d "$LOGS_DIR" ]; then
|
||||
echo "Cleaning up old logs..."
|
||||
rm -rf "$LOGS_DIR"/*.log 2>/dev/null || true
|
||||
fi
|
||||
|
||||
local existing_base=$(get_base_session_id)
|
||||
local existing_pm=$(get_pm_agent_session_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user