mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 03:40:18 +01:00 
			
		
		
		
	remove time
This commit is contained in:
		@@ -84,7 +84,7 @@ else
 | 
			
		||||
	SYNCTEXT="For example, consider entering a correct NTP server (e.g. your institution's Active Directory Domain Controller in /etc/systemd/timesyncd.conf (option NTP=) and restart systemd-timesyncd."
 | 
			
		||||
	if [ $SKEW -ge 300 ]; then
 | 
			
		||||
		report_error 5 "Your clock is not synchronized (${SKEW}s off). This will cause Samply.Beam's certificate will fail. Please setup time synchronization. $SYNCTEXT"
 | 
			
		||||
		exit 1
 | 
			
		||||
		log WARN "Server Time Error"
 | 
			
		||||
	elif [ $SKEW -ge 60 ]; then
 | 
			
		||||
		log WARN "Your clock is more than a minute off (${SKEW}s). Consider syncing to a time server. $SYNCTEXT"
 | 
			
		||||
	fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user