Skip to content

Commit

Permalink
remove configuration SDTOUT on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
djcas9 committed Mar 14, 2011
1 parent e716fb6 commit cb2a690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/snorby/collect/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def initialize(*args)
optparse(@args)
end

def CLI.start
def CLI.start
self.new(*ARGV)
end

Expand Down Expand Up @@ -76,7 +76,6 @@ def optparse(*args)
Config.build_defaults

usage if @args.empty?

@opts.parse!(@args)

unless @configuration
Expand Down
4 changes: 1 addition & 3 deletions lib/snorby/collect/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def Generator.configuration_file(path, file)
file.close
end
end

logger.info("A default configuration file has been generated and placed in #{path}/.")
logger.info("Please edit this file for your environment and continue.")

end

end
Expand Down

0 comments on commit cb2a690

Please sign in to comment.