=== modified file 'functions/fsb_stage_clone_btrfs' --- functions/fsb_stage_clone_btrfs 2013-05-14 16:39:03 +0000 +++ functions/fsb_stage_clone_btrfs 2013-05-13 22:55:00 +0000 @@ -2,6 +2,6 @@ die "usage: $0 " [[ -a $2 ]] && \ die "$1 already exists" -[[ -d $1 ]] || \ +[[ -d $1 ]] && \ die "$1 is not valid directory" btrfs subvolume snapshot $1 $2 || die "btrfs snapshot failed"