From 74b908c499ee60fa7c4b43b0da5fde6fec1f554a Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 6 Jun 2008 23:14:29 +0200 Subject: [PATCH] live-snapshot: removed a useless mkdir. --- bin/live-snapshot | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/live-snapshot b/bin/live-snapshot index d4c6c34..7cf9bf9 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -257,8 +257,6 @@ Validate_input () Mount_device () { - mkdir -p "${MOUNTP}" - case "${SNAP_DEV}" in "") # create a temp -- 2.1.4