mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-11-03 21:02:36 +00:00 
			
		
		
		
	Suppress spurious error output
Have the process start cleaner in EL8 deployments
This commit is contained in:
		@@ -5,6 +5,7 @@ TRIES=0
 | 
			
		||||
oum=$(umask)
 | 
			
		||||
umask 0077
 | 
			
		||||
mkdir -p /etc/confluent
 | 
			
		||||
touch /etc/confluent/confluent.info
 | 
			
		||||
umask $oum
 | 
			
		||||
cd /sys/class/net
 | 
			
		||||
while ! grep ^EXTMGRINFO: /etc/confluent/confluent.info | awk -F'|' '{print $3}' | grep 1 >& /dev/null && [ "$TRIES" -lt 60 ]; do
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user