Commit eec3da3d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Incluye de verdad ficheros ocultos en copia

parent 7a67e311
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ echo -e "\n${INFO_COLOR}Preparing deploy configuration and resources ..${NULL_CO
if [ -d "${DEPLOY_DIR_NAME}" ]
then
	cd "${DEPLOY_DIR_NAME}"
	deployFiles="-r $(pwd)/*"
	deployFiles="-r $(pwd)"
else
	deployFiles=${DEFAULT_DEPLOY_FILES}
fi