Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid hardcoded paths in scripts #99

Closed
nylander opened this issue Jun 10, 2020 · 1 comment
Closed

Avoid hardcoded paths in scripts #99

nylander opened this issue Jun 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@nylander
Copy link
Collaborator

The acetoscan script has a number of lines where files are written to hardcoded paths. For example (there are several, similar cases):

    exec > >(tee -a "/home/${user}/acetoscan/"acetoscan_log )
    exec 2> >(tee -a "/home/${user}/acetoscan/"acetoscan_log >&2)

The presence of the folder /home/${user}/acetoscan/ should be avoided, and the output files written to a(nother) folder, which can be created at run time.

Also related: issue #98

@abhijeetsingh1704
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants