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

This commit is contained in:
kevans 2018-07-26 04:12:31 +00:00
parent caa0c010f4
commit e8f15a7d3a

View File

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