From 816d09a3381b35c7b7092d9a99ecdcd6a51dc1d7 Mon Sep 17 00:00:00 2001 From: jet777 Date: Fri, 14 Jan 2011 22:38:51 +0000 Subject: [PATCH] defect 3158514 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8668 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/mktoolscenter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/tools/mktoolscenter b/xCAT-server/share/xcat/tools/mktoolscenter index 2ac32bc91..c06c524ab 100755 --- a/xCAT-server/share/xcat/tools/mktoolscenter +++ b/xCAT-server/share/xcat/tools/mktoolscenter @@ -305,7 +305,7 @@ if ($proxy{host} ne "") { } } -if ( system("chmod +x $repo/$util") or system("cd $repo; tar -zxf $asu") or system("cd $repo; ./$util --tui -m $machines $optstr")) { +if ( system("chmod +x $repo/$util") or system("cd $repo; tar -zxf $asu") or system("cd $repo; ./$util --tui -m $machines $optstr -l .")) { output("Error executing $repo/$util"); exit; } @@ -502,7 +502,7 @@ if (system($editstr1)) { exit; } -if ( system("cd $sandbox; cp $repo/asu* .; cp $repo/cdc_interface* .; cp $repo/$util .; cp -a $repo/uxspi .; cp $repo/ibm_utl_boot* .; echo y |./$util --tui --pxe=$path --no-acquire --latest --force")) { +if ( system("cd $sandbox; cp $repo/asu* .; cp $repo/cdc_interface* .; cp $repo/$util .; cp -a $repo/uxspi .; cp $repo/ibm_utl_boot* .; echo y |./$util --tui --pxe=$path --no-acquire --latest --force -l .")) { output("Error executing $path/$util for the second time"); exit; }