Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Remove redundant source call #10

Merged
merged 3 commits into from
Sep 21, 2016
Merged

Remove redundant source call #10

merged 3 commits into from
Sep 21, 2016

Commits on Sep 5, 2016

  1. Remove redundant source call

    At the top of the script, a call to source /etc/nsm/securityonion.conf
    however, later in the script when there's a check if ELSA is defined
    another call to source /etc/nsm/securityonion.conf is done (along
    with check to see if the file exists first).  I simply moved
    the file check code up to the top of the script and simplified the
    if statement that looks to see if ELSA is defined.
    zestysoft committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    806af38 View commit details
    Browse the repository at this point in the history
  2. Remove redundant source call

    At the top of the script is a call to
    'source /etc/nsm/securityonion.conf' however, later in the script
    when there's a check if ELSA is defined, another call to source
    /etc/nsm/securityonion.conf is done (along with check to see if the
    file exists first).  I simply moved the file check code up to the top
    of the script and simplified the if statement that checks if ELSA
    is defined.
    zestysoft committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    975b198 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pull-request-nullglob' of github.com:zestysoft/security…

    …onion-sostat into pull-request-nullglob
    
    Amend the commit message
    zestysoft committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    be34db5 View commit details
    Browse the repository at this point in the history