{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ls -la \/var\/www\/nextcloud\/config\/config.php 2>\/dev\/null && grep -E \"dbtype|dbname\" \/var\/www\/nextcloud\/config\/config.php 2>\/dev\/null | head -5",
"description": "Check Nextcloud DB config"
}
}
{
"tool_response": {
"stdout": "-rw-r----- 1 www-data www-data 629 Dec 19 23:21 \/var\/www\/nextcloud\/config\/config.php\n 'dbtype' => 'mysql',\n 'dbname' => 'nextcloud',",
"stderr": "",
"interrupted": false,
"isImage": false
}
}