diff options
author | ramon <ramongomez@us.es> | 2017-10-16 16:29:18 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-10-16 16:29:18 +0000 |
commit | 60ab41277079c316087ad127634a672f3b97c69a (patch) | |
tree | 522933d2804e3aea59a3b3d71261c2e29b90f966 /installer/opengnsys_update.sh | |
parent | d610135c9b6ee43d13bce5e5b6e4ce51c59a3648 (diff) |
#730 #810: Actualizador avisa de que se genera una nueva clave de acceso a la API REST del respositorio.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5464 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-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 15516c72..5edee421 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1006,6 +1006,7 @@ function updateSummary() fi echoAndLog "Warnings:" echoAndLog " - You must to clear web browser cache before loading OpenGnsys page." + echoAndLog " - Generated new key to access Repository REST API (file ogAdmRepo.cfg)." if [ -n "$CLIENTUPDATED" ]; then echoAndLog " - ogLive Client is updated to: $CLIENTUPDATED" fi |