diff options
-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 } |