Fix logrotate filename

This commit is contained in:
phahulin 2017-11-06 21:36:38 +03:00 committed by GitHub
parent 601fb18f05
commit 4a81497c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ EOF"
sudo bash -c "cat > /etc/cron.hourly/oracles-logrotate <<EOF
#!/bin/bash
/usr/sbin/logrotate /home/${ADMIN_USERNAME}/logrotate.conf
/usr/sbin/logrotate /home/${ADMIN_USERNAME}/oracles-logrotate.conf
EOF"
sudo chmod 755 /etc/cron.hourly/oracles-logrotate