Ver Fonte

remove unneeded log banner

Blaine Story há 3 anos atrás
pai
commit
c8557cca75
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      roles/cloud-backups/templates/backup-to-b2.sh.j2

+ 0 - 1
roles/cloud-backups/templates/backup-to-b2.sh.j2

@@ -7,7 +7,6 @@ LOG_FILE="/var/log/rclone/rclone-$(date +%Y-%m-%d).log"
 
 {% if backups is defined and 'containers' in backups %}
 {% if containers is defined %}
-echo "### START CONTAINERS ###" | ts >> "$LOG_FILE"
 {% for container in containers %}
 {% if container.volumes is defined %}
 {% for volume in container.volumes %}