Skip to content
Snippets Groups Projects
Commit 3f1d8223 authored by Bob Mottram's avatar Bob Mottram
Browse files

Restart installer daemon on upgrades

parent d5c88b5e
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@ if [ -d "$PROJECT_DIR" ]; then
fi
fi
systemctl restart webadmin
# upgrading file prevents USB canary from activating
if [ -f /tmp/.upgrading ]; then
rm /tmp/.upgrading
......
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