mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Microdecision: typo, 'dest' did not exist
This commit is contained in:
parent
bafeb28a9c
commit
4760cc0ba6
1 changed files with 2 additions and 2 deletions
|
@ -1746,8 +1746,8 @@ class CopyBackupMethod(BackupMethod):
|
|||
return
|
||||
else:
|
||||
logger.warning(m18n.n("bind_mouting_disable"))
|
||||
subprocess.call(["mountpoint", "-q", dest,
|
||||
"&&", "umount", "-R", dest])
|
||||
subprocess.call(["mountpoint", "-q", self.work_dir,
|
||||
"&&", "umount", "-R", self.work_dir])
|
||||
raise YunohostError('backup_cant_mount_uncompress_archive')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue