mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	fix bad message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10655 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -186,7 +186,7 @@ if (-e ("/etc/xcat/cfgloc"))    # check to see if xcat is using mysql | ||||
|         if ($::INIT) | ||||
|         { | ||||
|             my $message = | ||||
|               "The /opt/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place."; | ||||
|               "The /etc/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place."; | ||||
|             xCAT::MsgUtils->message("I", "$message"); | ||||
|         } | ||||
|         $::xcatrunningmysql = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user