mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 01:10:12 -08:00
fix: change log file extension from .log to .md in backup-media.sh
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
mkdir -p /mnt/share/media/backups/logs
|
mkdir -p /mnt/share/media/backups/logs
|
||||||
|
|
||||||
# Log file with date and time
|
# Log file with date and time
|
||||||
LOG_FILE="/mnt/share/media/backups/logs/backup_log_$(date +%Y%m%d_%H%M%S).log"
|
LOG_FILE="/mnt/share/media/backups/logs/backup_log_$(date +%Y%m%d_%H%M%S).md"
|
||||||
|
|
||||||
# Function to log file details
|
# Function to log file details
|
||||||
log_file_details() {
|
log_file_details() {
|
||||||
|
|||||||
Reference in New Issue
Block a user