summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 449a6c4..1c19158 100755
--- a/draklive
+++ b/draklive
@@ -380,7 +380,7 @@ sub write_dist_lists {
sub umount_external_filesystem {
my ($live) = @_;
- eval { fs::mount::umount($live->get_system_root . "/" . $_) } foreach
+ eval { fs::mount::umount($live->get_system_root . $_) } foreach
(map { "/mnt/$_" } all($live->get_system_root . "/mnt")),
qw(/proc/bus/usb /proc /sys);
}