remove update xcatsn.sh
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@825 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8aaab724f0
commit
e927c17498
@ -219,17 +219,7 @@ $copy6 .= $hostname;
|
||||
$copy6 .= $path1;
|
||||
$copy6 .= $filename2;
|
||||
|
||||
# cp -p /etc/profile.d/xcatsn.sh $path/etc/profile.d/xcatsn.sh , if local or
|
||||
# scp -p /etc/profile.d/xcatsn.sh $hostname:$path/etc/profile.d/xcatsn.sh if remote
|
||||
$filename = " /etc/profile.d/xcatsn.sh ";
|
||||
$filename2 = "etc/profile.d/xcatsn.sh ";
|
||||
my $copy7 = $cpy;
|
||||
$copy7 .= " -p ";
|
||||
$copy7 .= $filename;
|
||||
$copy7 .= $hostname;
|
||||
$copy7 .= $path1;
|
||||
$copy7 .= $filename2;
|
||||
my @cmd = ($copy1, $copy2, $copy3, $copy4, $copy5, $copy6, $copy7);
|
||||
my @cmd = ($copy1, $copy2, $copy3, $copy4, $copy5, $copy6);
|
||||
|
||||
foreach $cmd (@cmd)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user