You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
9 lines
218 B
Bash
9 lines
218 B
Bash
#!/bin/sh
|
|
match=`/usr/local/Calpont/bin/calpontConsole getSystemNet | egrep "srvqaperf2|srvalpha2|srvprodtest1|srvalpha4" | wc -l`
|
|
if [ $match -ge 1 ]; then
|
|
PASSWORD=qalpont!
|
|
else
|
|
PASSWORD=Calpont1
|
|
fi
|
|
echo $PASSWORD
|