]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add start /B for win32
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 1 Dec 2006 09:11:40 +0000 (09:11 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 1 Dec 2006 09:11:40 +0000 (09:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3720 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/brestore.pl

index f3112159c45d27bf78c4cc9b6df3a3fdd64a4a7f..9c0b05ee59d5c8fac581ce2cbab0c8546340c536 100755 (executable)
@@ -719,7 +719,7 @@ sub go_bweb
     }
 
     if ($^O eq 'MSWin32') {
-       system("start $self->{mozilla} \"$self->{bweb}$url\"");
+       system("start /B $self->{mozilla} \"$self->{bweb}$url\"");
 
     } elsif (!fork()) {
        system("$self->{mozilla} -remote 'Ping()'");