mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-05 23:50:37 +00:00
debug
This commit is contained in:
parent
ccdd4d6644
commit
874b4bfe97
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue