From 5af109fed3b0e8fafbf43e74528ec588f70172d9 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 11 Jul 2012 12:22:32 +0000 Subject: [PATCH] add setup ODBC support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13277 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/pgsqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/pgsqlsetup b/xCAT-client/bin/pgsqlsetup index b97446332..d913278f2 100755 --- a/xCAT-client/bin/pgsqlsetup +++ b/xCAT-client/bin/pgsqlsetup @@ -865,7 +865,7 @@ sub setupODBC exit(1); } # setup the DSN odbc.ini file - $cmd = "fgrep -i xcatdb"; + $cmd = "fgrep -i xcatdb $odbcfile"; xCAT::Utils->runcmd($cmd, -1); if ($::RUNCMD_RC != 0) # then xcat entry not there {