diff options
author | ramon <ramongomez@us.es> | 2016-03-01 11:38:29 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-03-01 11:38:29 +0000 |
commit | a1c1fe02fbb93758ba66278c2c589f781eb12bff (patch) | |
tree | 0fdfe220965260a9489af668797b261b0444046e | |
parent | 4db1b6e56d8fa6a7c124bf543fc479abd1d43acb (diff) |
#730: Incluir aviso en actualizador para limpiar caché del navegador web.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4810 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | installer/opengnsys_update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index eade2811..15398322 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -899,6 +899,7 @@ function updateSummary() echoAndLog " New OpenGnsys services will be restarted by the cronjob." fi fi + echoAndLog "Warning: You must to clear web browser cache before loading OpenGnSys page." echo } |