View Issue Details

IDProjectCategoryView StatusLast Update
0000765Kali LinuxKali Package Bugpublic2013-12-11 17:36
ReporterAl3xG Assigned Todookie  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version1.0.6 
Summary0000765: Metagoofil save results in /usr/share/metagoofil
Description

In my opinion it's a strange behaviour: Metagoofil save results in /usr/share/metagoofil, but it should save in the directory from where it's launched.
This can be fixed replacing the line:

cd /usr/share/metagoofil/ && python metagoofil.py "$@"

with

python /usr/share/metagoofil/metagoofil.py "$@"

in /usr/bin/metagoofil

Activities

dookie

dookie

2013-12-11 17:36

reporter   ~0001203

Great catch. Fixed in metagoofil_2.2-1kali1. It will be in the repos soon.

Thanks for the report.

Issue History

Date Modified Username Field Change
2013-12-11 16:55 Al3xG New Issue
2013-12-11 17:16 dookie Assigned To => dookie
2013-12-11 17:16 dookie Status new => assigned
2013-12-11 17:36 dookie Note Added: 0001203
2013-12-11 17:36 dookie Status assigned => resolved
2013-12-11 17:36 dookie Fixed in Version => 1.0.6
2013-12-11 17:36 dookie Resolution open => fixed