gluon-autoupdater: fix incomplete comment in upgrade script
Fixes #1043
This commit is contained in:
		
							parent
							
								
									6a5a7a7131
								
							
						
					
					
						commit
						43f32e3c3b
					
				| @ -41,7 +41,9 @@ autoupdater_util.randomseed() | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| -- Perform updates at a random time between 04:00 and 05:00, and once an hour | -- Perform updates at a random time between 04:00 and 05:00, and once an hour | ||||||
| -- a fallback update (used after the regular updates haven't | -- a fallback update (used after the regular updates haven't worked for | ||||||
|  | -- (priority+1) days after a firmware release, for example because the node | ||||||
|  | -- is always offline at night) | ||||||
| local minute = math.random(0, 59) | local minute = math.random(0, 59) | ||||||
| 
 | 
 | ||||||
| local f = io.open('/usr/lib/micron.d/autoupdater', 'w') | local f = io.open('/usr/lib/micron.d/autoupdater', 'w') | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user