bectl(8): Remove the jail mount point with unjail

This commit is contained in:
Kyle Evans 2018-07-26 04:12:31 +00:00
parent a2d93d3c98
commit 2e355bd3ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bectl/; revision=336732

View File

@ -619,6 +619,7 @@ bectl_cmd_unjail(int argc, char *argv[])
}
jail_remove(jid);
unmount(path, 0);
return (0);
}