From: Marcin Haba Date: Thu, 28 Jan 2021 06:39:44 +0000 (+0100) Subject: baculum: Tweak update warning message regex X-Git-Tag: Release-11.3.2~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e55eab08c9afe94114e60227d595caf4dc62319;p=thirdparty%2Fbacula.git baculum: Tweak update warning message regex --- diff --git a/gui/baculum/protected/Web/JavaScript/misc.js b/gui/baculum/protected/Web/JavaScript/misc.js index 59bea3c9b..271490ad8 100644 --- a/gui/baculum/protected/Web/JavaScript/misc.js +++ b/gui/baculum/protected/Web/JavaScript/misc.js @@ -813,7 +813,9 @@ var MsgEnvelope = { }, issue_regex: { // @TODO: add more regexes warning: [ - /Cannot find any appendable volumes/g + /Cannot find any appendable volumes/g, + /Please mount read Volume/g, + /Please mount append Volume/g ], error: [ /ERR=/g