mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 20:50:18 +02:00
Fixed issue #91.
This commit is contained in:
parent
20de8eb7e0
commit
981f752c49
@ -51,7 +51,7 @@ class InstallCommand extends AbstractCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Copy
|
// Copy
|
||||||
$this->recursiveCopy('./', $destinationDir . '/' . MAGALLANES_VERSION);
|
$this->recursiveCopy(MAGALLANES_DIRECTORY, $destinationDir . '/' . MAGALLANES_VERSION);
|
||||||
|
|
||||||
// Check if there is already a symlink
|
// Check if there is already a symlink
|
||||||
if (file_exists($destinationDir . '/' . 'latest')
|
if (file_exists($destinationDir . '/' . 'latest')
|
||||||
|
Loading…
Reference in New Issue
Block a user