diff options
-rwxr-xr-x | draklive-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install index 935ed66..2206b24 100755 --- a/draklive-install +++ b/draklive-install @@ -154,7 +154,6 @@ sub build_copy_command { sub get_total_size { my ($in, $source) = @_; - #- copy to disk my $_wait = $in->wait_message('', N("Computing total size")); first(split(/\s+/, `du -sbx $source 2>/dev/null`)); } |