set default DB name to lbserver20
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 4 Jul 2008 13:59:48 +0000 (13:59 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 4 Jul 2008 13:59:48 +0000 (13:59 +0000)
org.glite.lb.server/config/glite-lb-migrate_db2transactions

index 5eef600..c5fe263 100644 (file)
@@ -24,6 +24,9 @@ EOF
 SERVER=""
 PROXY=""
 
+#default DB name (may be overriden by -d option)
+DB_NAME="lbserver20"
+
 while getopts "spd:h" OPTION 
 do
     case "$OPTION" in