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 05bc59f319
commit 93a61df6da
1 changed files with 2 additions and 0 deletions

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')