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

Make it so that conf/*.sh can be trivially overridden by the user #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make it so that conf/*.sh can be trivially overridden by the user #91

wants to merge 1 commit into from

Commits on Aug 5, 2019

  1. Make it so that conf/*.sh can be trivially overridden by the user

    Closes #90
    
    Prior to this commit, editing the conf/*.conf files resulted in
    changed configuration parameters, but editing the conf/*.sh files did
    not.  Furthermore, there was a comment in the conf/*.sh files that
    could be misconstrued.
    
    With this commit the conf/*.sh and conf/*.conf files behave the same.
    conf/*.sh files can be edited and then docker -v can be used to bind
    mount the conf directory and the changes will take effect.
    ctm committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    2c9cb63 View commit details
    Browse the repository at this point in the history