forked from ungleich-public/cdist
		
	Merge branch '__hostname_fix' into 'master'
__hostname: silence grep exit 1, when os_version is not numeric See merge request ungleich-public/cdist!814
This commit is contained in:
		
				commit
				
					
						cd8ffd9046
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -32,7 +32,7 @@ set_hostname_systemd() {
 | 
			
		|||
 | 
			
		||||
os=$(cat "$__global/explorer/os")
 | 
			
		||||
os_version=$(cat "$__global/explorer/os_version")
 | 
			
		||||
os_major=$(echo "$os_version" | grep -o '^[0-9][0-9]*')
 | 
			
		||||
os_major=$(echo "$os_version" | grep -o '^[0-9][0-9]*' || true)
 | 
			
		||||
 | 
			
		||||
max_len=$(cat "$__object/explorer/max_len")
 | 
			
		||||
has_hostnamectl=$(cat "$__object/explorer/has_hostnamectl")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue