7 lines
No EOL
124 B
Bash
Executable file
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 |