From a8297a21ff697b65278f4670e0e411c4b35aafe3 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Thu, 8 Nov 2012 04:25:10 -0900 Subject: [PATCH] spacer --- livekitlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekitlib b/livekitlib index 6a45a51..f820b57 100644 --- a/livekitlib +++ b/livekitlib @@ -376,7 +376,7 @@ copy_rootcopy_content() if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then echo_green_star - echo "Copying content of rootcopy directory ..." + echo "Copying content of rootcopy directory..." cp -a "$1"/rootcopy/* "$2" fi }