From 515265510f1f9550e46876dab97978906e3c017d Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 10 Jun 2011 10:33:09 +0000 Subject: [PATCH] fix defect 3314547 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/db2sqlsetup | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/db2sqlsetup b/xCAT-client/bin/db2sqlsetup index 6be972c75..9f5b1574a 100755 --- a/xCAT-client/bin/db2sqlsetup +++ b/xCAT-client/bin/db2sqlsetup @@ -227,6 +227,7 @@ $::xcatrunningdb2 = 0; # determine the location of the xcatdb instance # $::databaseloc = "/var/lib/db2"; # database location default +$::databaselocdir = "/var/lib"; # database path # if database location environment variable is set, use it if ($ENV{'DATABASELOC'}) # input where xcatdb is located {