Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
c5f34fcf
Commit
c5f34fcf
authored
Jun 18, 2019
by
Laurent Lécluse
Browse files
Correction de bug d'identification de version
parent
04a75b18
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin/actions/install.php
View file @
c5f34fcf
...
...
@@ -34,7 +34,7 @@ if (!$fromMaster) {
"chmod 777 cache"
,
"chmod +7 bin/ose"
,
]);
$oa
->
writeVersion
(
$osedir
,
$version
);
$oa
->
writeVersion
(
$version
);
}
else
{
$c
->
exec
([
"cd
$osedir
"
,
...
...
admin/actions/update.php
View file @
c5f34fcf
...
...
@@ -54,7 +54,7 @@ $res = $oa->majUnicaenSymLinks($osedir);
$c
->
println
(
$res
?
'Liens mis à jour'
:
'Liens déjà à jour'
,
$c
::
COLOR_LIGHT_GREEN
);
// Conclusion
$oa
->
writeVersion
(
$osedir
,
$version
);
$oa
->
writeVersion
(
$version
);
$c
->
println
(
"
\n
Fin de la mise à jour des fichiers"
,
$c
::
COLOR_LIGHT_GREEN
);
$c
->
println
(
"
\n
Mise à jour de la base de données"
,
$c
::
COLOR_LIGHT_CYAN
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment