From 45e00603bda038fd17356194a4352a3d2dd0cf63 Mon Sep 17 00:00:00 2001 From: Marco Lettere Date: Thu, 8 Jun 2023 15:36:25 +0200 Subject: [PATCH] Aggiornare 'simpleobismapsCCP.R' --- simpleobismapsCCP.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleobismapsCCP.R b/simpleobismapsCCP.R index 574815d..67db488 100644 --- a/simpleobismapsCCP.R +++ b/simpleobismapsCCP.R @@ -74,7 +74,7 @@ main <- function(){ checkmapsfolder() readfile(filename,usedPolygon) zip(zipfile = mapszip, files = "/ccp_data/maps") - + unlink("/ccp_data/maps",recursive = TRUE) } main()