mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-28 01:45:33 +00:00 
			
		
		
		
	fix incorrect library for get_site_attribute
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1495,7 +1495,7 @@ sub enable_TFTPhpa | ||||
|     } | ||||
|  | ||||
|     # get the tftpflags which set by customer | ||||
|     my $tftpflags = xCAT::Utils->get_site_attribute("tftpflags"); | ||||
|     my $tftpflags = xCAT::TableUtils->get_site_attribute("tftpflags"); | ||||
|     my $startcmd = "/usr/sbin/in.tftpd $v4only -v -l -s $tftpdir -m /etc/tftpmapfile4xcat.conf"; | ||||
|     if ($tftpflags) { | ||||
|         $startcmd = "/usr/sbin/in.tftpd $v4only $tftpflags"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user