mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	remove check for no parms to makeconservercf, this should not be an error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -15,6 +15,7 @@ my %termservers; #list of noted termservers | ||||
| my $usage_string= | ||||
| "  makeconservercf [-d|--delete] noderange | ||||
|   makeconservercf [-l|--local] | ||||
|   makeconservercf  | ||||
|   makeconservercf -h|--help | ||||
|   makeconservercf -v|--version | ||||
|     -l|--local   The conserver gets set up only on the local host. | ||||
| @@ -79,11 +80,11 @@ sub preprocess_request { | ||||
|     } | ||||
|   } | ||||
|    | ||||
|   if(exists($ARGV[0])){ | ||||
|     $callback->({data=>"Invalide option $ARGV[0] specified."}); | ||||
|     $request = {}; | ||||
|     return; | ||||
|   } | ||||
|   #if(exists($ARGV[0])){ | ||||
|   #  $callback->({data=>"Invalide option $ARGV[0] specified."}); | ||||
|   #  $request = {}; | ||||
|   #  return; | ||||
|   #} | ||||
|    | ||||
|   # get site master | ||||
|   my $master=xCAT::Utils->get_site_Master(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user