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

Correction d'adaptations locales

parent 25cc8ae9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ switch ($action) {
function update(Console $c, OseAdmin $oa)
{
$osedir = "/var/www/ose/deploy";//dirname(__DIR__);
$osedir = dirname(__DIR__);
// Choix de la version
$c->println("Mise à jour de OSE");
......
......@@ -76,7 +76,7 @@ $c->exec([
"git checkout tags/$version",
"mkdir data/cache",
"chmod 777 data/cache",
//"chmod +7 bin/ose",
"chmod +7 bin/ose",
]);
$od->writeVersion($osedir, $version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment