keycloak/testsuite/performance/db-failover/kill-node.sh

7 lines
103 B
Bash
Executable File

#!/bin/bash
. ./common.sh
if [ -z $1 ]; then echo "Specify DB node to kill."; exit 1; fi
killNode $1