{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"test -f \/var\/www\/dev.raum.events\/.htpasswd && echo 'htpasswd EXISTS' || echo 'htpasswd FEHLT'; echo '==='; ls -la \/var\/www\/dev.raum.events\/.htpasswd 2>\/dev\/null\"",
"description": "Check if htpasswd file exists"
}
}
{
"tool_response": {
"stdout": "htpasswd EXISTS\n===\n-rw-r--r-- 1 www-data www-data 44 Nov 22 08:57 \/var\/www\/dev.raum.events\/.htpasswd",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}