Skip to content

Fix reload having no effect

Karel Koci requested to merge fix-reload into master

Reload reads UCI to apply changes. This means that all changes have to he commited in UCI before we run reload.

This just moves sentinel-reload execution after UCI commit by moving it outside of with block (leaving block causes UCI commit).

Fixes turris/reforis/reforis-data-collection#5 (closed)

Edited by Karel Koci

Merge request reports