From 39e50a3473705924711b71de13ee4dc39accbca9 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 6 Nov 2008 12:59:19 +0000 Subject: [PATCH] ebl Fix in storage command git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7989 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 2 +- gui/bweb/technotes-2.3 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index b81346e126..37a1b97293 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -1877,7 +1877,7 @@ sub get_form } if ($what{storage_cmd}) { - if (!grep {/^\Q$ret{storage_cmd}$/} ('mount', 'umount', 'release','status')) { + if (!grep {/^\Q$ret{storage_cmd}\E$/} ('mount', 'umount', 'release','status')) { delete $ret{storage_cmd}; } } diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index cd6cf235fe..08fdef8258 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,5 +1,6 @@ 06Nov08 ebl Fix a Bconsole.pm with Expect bug on debian lenny +ebl Fix in storage command 04Nov08 ebl Display all groups in display_stat page -- 2.39.5