003random/003Recon

dependencies_dir defined twice in install.sh

JeremyCBrooks opened this issue · 2 comments

First two lines of install.sh:
dependencies_dir="dependencies"
dependencies_dir="output"

It causes the install to fail unless it is changed to:
dependencies_dir="dependencies"
output_dir="output"

Dear ,

I am getting this error..
After I have updated the Install.sh file.

screen shot 2018-01-19 at 4 38 30 pm

Should be fixed now. thanks for the heads up :)
Appreciate it!