Fix reload having no effect
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).
Edited by Karel Koci