diff options
author | ramon <ramongomez@us.es> | 2016-03-10 12:46:05 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-03-10 12:46:05 +0000 |
commit | 41812518effaefa95e763881787ca310fab9397b (patch) | |
tree | 427344cd913d3bb9038ca77924e3755dae6c7b4e /installer/opengnsys_update.sh | |
parent | 8182e59bbbbf3a91a351afac3ff5f868de08d91d (diff) |
Versión 1.0.6a, #730: Integrar código y liberar la versión de mantenimiento OpenGnSys 1.0.6a.
git-svn-id: https://opengnsys.es/svn/trunk@4820 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 71f71d97..a7c6843b 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -884,7 +884,7 @@ function updateSummary() echoAndLog "Project version: $(cat $VERSIONFILE)" echoAndLog "Update log file: $LOG_FILE" if [ -n "$NEWFILES" ]; then - echoAndLog "Check the new config files: $(echo $NEWFILES)" + echoAndLog "Check new config files: $(echo $NEWFILES)" fi if [ -n "$NEWSERVICES" ]; then echoAndLog "New compiled services: $(echo $NEWSERVICES)" @@ -896,6 +896,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 } |