Skip to content

Commit

Permalink
updating logrotateConf ownership to root (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: Sinha <[email protected]>
  • Loading branch information
cryptosguru and ravisinha0506 committed Jul 22, 2019
1 parent 30c0d7d commit 22d36d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ fi
sudo mv $TEMPLATE_DIR/logrotate-kube-proxy /etc/logrotate.d/kube-proxy
sudo mv $TEMPLATE_DIR/logrotate.conf /etc/logrotate.conf
sudo chown root:root /etc/logrotate.d/kube-proxy
sudo chown root:root /etc/logrotate.conf
sudo mkdir -p /var/log/journal

################################################################################
Expand Down

0 comments on commit 22d36d3

Please sign in to comment.