Skip to content
Snippets Groups Projects
Commit 8d49127a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Bug mineur : double slash supprimé

parent 82acf2e6
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ class OseAdmin
}
foreach ($createLibs as $lib) {
$command = "cd $oseDir/public/vendor/unicaen;ln -sf ../../../vendor/unicaen/$lib/public $lib";
$command = "cd $oseDir"."public/vendor/unicaen;ln -sf ../../../vendor/unicaen/$lib/public $lib";
$this->console->print($command);
$this->console->exec($command);
}
......
......@@ -211,7 +211,7 @@ class OseDeploy
}
foreach ($createLibs as $lib) {
$command = "cd $oseDir/public/vendor/unicaen;ln -sf ../../../vendor/unicaen/$lib/public $lib";
$command = "cd $oseDir"."public/vendor/unicaen;ln -sf ../../../vendor/unicaen/$lib/public $lib";
$this->console->print($command);
$this->console->exec($command);
}
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment