Skip to content

Commit

Permalink
don't include local rules or smtp configuration in packaging up the t…
Browse files Browse the repository at this point in the history
…arball
  • Loading branch information
mmguero committed May 28, 2020
1 parent 52e31c0 commit eaa9224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/malcolm_appliance_packager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if mkdir "$DESTDIR"; then
cp $VERBOSE ./README.md "$DESTDIR/"
cp $VERBOSE ./logstash/certs/*.conf "$DESTDIR/logstash/certs/"
cp $VERBOSE ./elastalert/config/* "$DESTDIR/elastalert/config/"
cp $VERBOSE ./elastalert/rules/* "$DESTDIR/elastalert/rules/" 2>/dev/null || true
rm -f "$DESTDIR/elastalert/config/"smtp-auth.yaml
cp $VERBOSE ./elastalert/sample-rules/* "$DESTDIR/elastalert/sample-rules/" 2>/dev/null || true
pushd "$DESTDIR" >/dev/null 2>&1
pushd "./scripts" >/dev/null 2>&1
Expand Down

0 comments on commit eaa9224

Please sign in to comment.