gluon-autoupdater: fix incomplete comment in upgrade script

Fixes #1043
This commit is contained in:
Matthias Schiffer 2017-02-16 08:46:41 +01:00
parent 6a5a7a7131
commit 43f32e3c3b
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ autoupdater_util.randomseed()
-- 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 f = io.open('/usr/lib/micron.d/autoupdater', 'w')