install.sh: avoid leaving root owned taskd.restart file
commit64e760da61c852f4642c344ee18ca06d309f70b1
authorKyle J. McKay <mackyle@gmail.com>
Sun, 17 Dec 2017 11:37:07 +0000 (17 03:37 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 17 Dec 2017 11:37:07 +0000 (17 03:37 -0800)
treeee935432a0a6308183a84d3222478efec66f3576
parent58df1996f311c8a664c2248382fc49af05241ca0
install.sh: avoid leaving root owned taskd.restart file

After installing as root to create or update the jail, it's possible
a taskd.restart file will end up being created to request a restart
while running as root.

Change the owner of the file back to something sensible in that case.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh