Browse Source

cocktail launched in backend

Sniperovitch 8 years ago
parent
commit
a7a8646cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Bartender.pm

+ 1 - 1
lib/Bartender.pm

@@ -13,7 +13,7 @@ get '/shake' => sub {
     my $opt_garde  = $param{projetPadGarde};
     my $opt_projet = $param{projetId};
 
-    system("/home/sniperovitch/cocktail/cocktail -d $opt_dossier -b '$opt_base' -g '$opt_garde' -p $opt_projet");
+    system("/home/sniperovitch/cocktail/cocktail -d $opt_dossier -b '$opt_base' -g '$opt_garde' -p $opt_projet &");
      redirect request->referer;
 };