zgrab2/integration_tests/http/cleanup.sh
2018-02-09 13:45:50 -05:00

10 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
set +e
echo "http/cleanup: Tests cleanup for http"
CONTAINER_NAME="zgrab_http"
docker stop $CONTAINER_NAME