Ver a proveniência

Change log format to more standard one

pull/16/head
Kristijan Mitrovic há 4 anos
ascendente
cometimento
037f0cfd78
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh Ver ficheiro

@@ -21,7 +21,7 @@ function die {
}

function log {
echo "[$(date)] ${1}" >> ${LOG}
echo "$(date): ${1}" >> ${LOG}
}

START=$(date +%s)


Carregando…
Cancelar
Guardar