diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-12-16 11:03:09 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-12-16 11:03:09 +0100 |
| commit | 467650c042eb5a6727639c1ffc67af97c92483e3 (patch) | |
| tree | d04085102e60f536155ed774b9e5e182518e97a3 /htroot/ConfigUpdate_p.html | |
| parent | b5711b8fe126805cdfb8bc3f8647713729a18394 (diff) | |
Hardened system update checks.
When a downloaded archive release is corrupted, empty, or can not be
opened for any reason, the update script must not be launched because it
erases the existing lib/*.jar libraries.
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
| -rw-r--r-- | htroot/ConfigUpdate_p.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index 31aafabba..2be2f3ee6 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -58,7 +58,8 @@ <div class="commit">Download of release #[downloadedRelease]# finished. Restart Initiated.</div>:: <div class="error">No more recent release found.</div>:: <div class="error">Omitting update because this is a development environment.</div>:: - <div class="error">Omitting update because download of release #[downloadedRelease]# failed.</div> + <div class="error">Omitting update because download of release #[downloadedRelease]# failed.</div>:: + <div class="error">Omitting update because an error occurred while trying to deploy the release.</div> #(/autoUpdate)# </p></form></dd> </dl> |
