Adding better backups and log rotation, and updating files around it
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Set the log directory
|
||||
LOG_DIR="/etc/httpd/logs"
|
||||
LOG_DIR="/var/log/httpd"
|
||||
|
||||
# Get current date
|
||||
DATE=$(date +%Y%m%d)
|
||||
|
Reference in New Issue
Block a user