gluon-autoupdater: add version_file option to uci settings

This commit is contained in:
Matthias Schiffer 2014-07-21 01:05:30 +02:00
parent cfc4a99307
commit 059ea7e5fd

View File

@ -38,5 +38,7 @@ if not c:get('autoupdater', 'settings') then
)
end
c:set('autoupdater', 'settings', 'version_file', '/lib/gluon/release')
c:save('autoupdater')
c:commit('autoupdater')