Skip to content

Commit

Permalink
Merge remote-tracking branch 'downstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 28, 2020
2 parents 2a2f3cb + eaa9224 commit 8062b49
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 8062b49

Please sign in to comment.