mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	bug 9756: fix ssvm-check.sh, always get parameter from /var/run/cloud/cmdline
status 9756: resolved fixed
This commit is contained in:
		
							parent
							
								
									ca39855417
								
							
						
					
					
						commit
						b7f1149acc
					
				@ -24,12 +24,8 @@
 | 
			
		||||
# /proc/cmdline can have a different number of arguments depending on whether or not a second
 | 
			
		||||
# DNS server is specified.
 | 
			
		||||
 | 
			
		||||
if [ -f /proc/cmdline ]
 | 
			
		||||
then
 | 
			
		||||
    CMDLINE=/proc/cmdline
 | 
			
		||||
else
 | 
			
		||||
    CMDLINE=/var/run/cloud/cmd_line
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
CMDLINE=/var/cache/cloud/cmdline
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# ping dns server
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user