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()