mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-30 02:06:19 +00:00
debug
This commit is contained in:
parent
ccdd4d6644
commit
874b4bfe97
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue