pull/5/head
Tomas M 2012-11-08 04:25:10 -09:00
parent 446478464f
commit a8297a21ff
1 changed files with 1 additions and 1 deletions

View File

@ -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
}