Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ main <- function(){
checkmapsfolder()
readfile(filename,usedPolygon)
zip(zipfile = mapszip, files = "/ccp_data/maps")
unlink("/ccp_data/maps",recursive = TRUE)
}
main()