Command line utility for provisioning customized security environments. This utility comes under the Be-Secure project which is an umbrella of open source security projects, tools, sandbox environments to perform security assessments and secure open source technology stacks
BeSman is asking user to download the environment configuration file even when it already exists in user's machine when there is a missing environment config parameter
Expected behaviour
Should only ask the user to download it when the config file doesnt exists. If it does exist then user should be asked to open it.
Actual behaviour
User is being asked to download it.
Steps to reproduce
install besman.
keep a copy of environment configuration with missing parameter in $HOME
Contribution guidelines
Description
BeSman is asking user to download the environment configuration file even when it already exists in user's machine when there is a missing environment config parameter
Expected behaviour
Should only ask the user to download it when the config file doesnt exists. If it does exist then user should be asked to open it.
Actual behaviour
User is being asked to download it.
Steps to reproduce
$HOME
Relevant screenshots
Possible Solution
Should introduce a condition check.
Additional Information
No response