Skip to content
Snippets Groups Projects
Unverified Commit 43f32e3c authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-autoupdater: fix incomplete comment in upgrade script

Fixes #1043
parent 6a5a7a71
No related branches found
No related tags found
No related merge requests found
......@@ -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 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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment