mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
fix: remove unnecessary separator line from log_file_details in backup-media.sh
This commit is contained in:
@@ -14,7 +14,6 @@ log_file_details() {
|
||||
echo "Source: $src" >> "$LOG_FILE"
|
||||
echo "Destination: $dest" >> "$LOG_FILE"
|
||||
echo "Size: $size" >> "$LOG_FILE"
|
||||
echo "------------------------" >> "$LOG_FILE"
|
||||
}
|
||||
|
||||
# Backup and log details
|
||||
|
||||
Reference in New Issue
Block a user