report error without nmap output
[pxelator] / lib / PXElator / browser.pm
index dc12999..cd2155c 100644 (file)
@@ -2,7 +2,7 @@ package browser;
 
 sub start {
        my $url = $ENV{url};
-       exec "google-chrome $url"; # http://localhost:5984/_utils/database.html?pxelator";
+       exec "google-chrome --user-data-dir=/tmp/chrome $url"; # http://localhost:5984/_utils/database.html?pxelator";
        exec "/etc/alternatives/x-www-browser $url";
 }