Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Adding directory creation command
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-ncc committed Jul 2, 2020
1 parent d23083b commit 148cebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chapter 3 Files/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ cp /opt/lme/Chapter\ 3\ Files/winlogbeat.yml /tmp/lme/
cp /opt/lme/Chapter\ 3\ Files/certs/wlbclient.crt /tmp/lme/
cp /opt/lme/Chapter\ 3\ Files/certs/wlbclient.key /tmp/lme/
cp /opt/lme/Chapter\ 3\ Files/certs/root-ca.crt /tmp/lme/
mkdir -p /tmp/lme/module/
cp -r /opt/lme/Chapter\ 3\ Files/module/* /tmp/lme/module/
sed -i "s/logstash_dns_name/$logstashcn/g" /tmp/lme/winlogbeat.yml
zip -r /opt/lme/files_for_windows.zip /tmp/lme
Expand Down

0 comments on commit 148cebb

Please sign in to comment.