kpcyrd / snail

Parasitic network manager
https://crates.io/crates/snail
GNU General Public License v3.0
15 stars 2 forks source link

Do not load default script if a custom script has the same description #24

Closed kpcyrd closed 6 years ago

kpcyrd commented 6 years ago

If there are 10 default scripts and all of them are copied in the custom scripts folder, it's getting reported as:

-=[ default scripts: 10
-=[ private scripts: 10

instead, it should be reported as

-=[ default scripts: 0
-=[ private scripts: 10
kpcyrd commented 6 years ago

Resolved in 6938ea2