Skip to content
Snippets Groups Projects

Bug chmod

Merged Thierry Perpère requested to merge thierry.perpere/OSE:bug-chmod into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -94,7 +94,7 @@ $c->exec([
"chmod 777 data/fichiers",
"mkdir log",
"chmod 777 log",
"chmod +7 bin/ose",
"chmod +x bin/ose",
]);
$od->writeVersion($osedir, $version);
$intVersion = (int)substr($version, 0, 2);
Loading