fix formatting
This commit is contained in:
		
					parent
					
						
							
								69c6de9f9c
							
						
					
				
			
			
				commit
				
					
						e88e9c357f
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -141,10 +141,10 @@ case "$uname_s" in
 | 
			
		|||
esac
 | 
			
		||||
 | 
			
		||||
if [ -f /etc/os-release ]; then
 | 
			
		||||
	# already lowercase, according to:
 | 
			
		||||
	# https://www.freedesktop.org/software/systemd/man/os-release.html
 | 
			
		||||
	grep '^ID=' /etc/os-release | sed -e 's|^ID=||'
 | 
			
		||||
	exit 0
 | 
			
		||||
   # already lowercase, according to:
 | 
			
		||||
   # https://www.freedesktop.org/software/systemd/man/os-release.html
 | 
			
		||||
   grep '^ID=' /etc/os-release | sed -e 's|^ID=||'
 | 
			
		||||
   exit 0
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
echo "Unknown OS" >&2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue