From 67a325e8e95faa6cd89dd94b3beb9952fa644d1c Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Mon, 1 Sep 2014 17:57:13 -0700 Subject: [PATCH] Removing the tmp folder when finished installing --- system/src/Grav/Console/Gpm/InstallCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php index efcdb02d4..3daafcbd0 100644 --- a/system/src/Grav/Console/Gpm/InstallCommand.php +++ b/system/src/Grav/Console/Gpm/InstallCommand.php @@ -121,6 +121,7 @@ class InstallCommand extends Command { } $this->output->writeln(''); + $this->rrmdir($this->destination.DS.'tmp-gpm'); } private function setColors()