mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Fix missing close paren
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7177 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -2921,7 +2921,7 @@ sub  makecustomizedmod {
 | 
			
		||||
    }
 | 
			
		||||
    if (-r "/root/.ssh/id_rsa.pub") {
 | 
			
		||||
        my $umask = umask(0077);#don't remember if dropbear is picky, but just in case
 | 
			
		||||
        mkpath($tempdir."/.ssh";
 | 
			
		||||
        mkpath($tempdir."/.ssh");
 | 
			
		||||
        copy("/root/.ssh/id_rsa.pub",$tempdir."/.ssh/authorized_keys");
 | 
			
		||||
        umask($umask);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user