keycloak-scim/testsuite/performance/db-failover/reconnect-node.sh
2017-10-26 15:27:57 +02:00

7 lines
No EOL
124 B
Bash
Executable file

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