spacer
parent
446478464f
commit
a8297a21ff
|
|
@ -376,7 +376,7 @@ copy_rootcopy_content()
|
||||||
|
|
||||||
if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then
|
if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then
|
||||||
echo_green_star
|
echo_green_star
|
||||||
echo "Copying content of rootcopy directory ..."
|
echo "Copying content of rootcopy directory..."
|
||||||
cp -a "$1"/rootcopy/* "$2"
|
cp -a "$1"/rootcopy/* "$2"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue