Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dwydler committed Nov 30, 2024
1 parent 63c0a72 commit 1aae2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-epk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [[ "$COPIEDFILES" -eq "3" ]]; then
fi

######
echo "create logrotate config file.";
echo "Create logrotate config file.";
cat << \EOF > /etc/logrotate.d/parsedmarc
/opt/containers/parsedmarc-docker/parsedmarc/log/*.log {
rotate 31
Expand All @@ -81,7 +81,7 @@ cat << \EOF > /etc/logrotate.d/parsedmarc
sharedscripts
postrotate
cd /opt/containers/parsedmarc-docker \
&& /usr//bin/docker compose restart parsedmarc
&& /usr/bin/docker compose restart parsedmarc
endscript
}
EOF
Expand Down

0 comments on commit 1aae2e9

Please sign in to comment.