This commit is contained in:
Inex Code 2024-12-21 21:50:42 +03:00
parent ccdd4d6644
commit 874b4bfe97
No known key found for this signature in database

View file

@ -100,6 +100,7 @@ class Bind:
raise BindError(f"cannot unbind a non-existing path: {self.binding_path}")
try:
logger.warning(f"Unmounting '{self.binding_path}'")
subprocess.run(
# umount -l ?
["umount", self.binding_path],