mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	correct a typo
This commit is contained in:
		| @@ -493,7 +493,7 @@ function disableservice { | ||||
|    | ||||
|    if [ -n "$svcunit"  ];then | ||||
|       cmd="systemctl disable  $svcunit" | ||||
|    elif [ -n "svcjob"  ];then | ||||
|    elif [ -n "$svcjob"  ];then | ||||
|       cmd="update-rc.d -f $svcd remove" | ||||
|    elif [ -n "$svcd"  ];then | ||||
|      command -v chkconfig >/dev/null 2>&1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user