Selaa lähdekoodia

Change log format to more standard one

pull/16/head
Kristijan Mitrovic 4 vuotta sitten
vanhempi
commit
037f0cfd78
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh Näytä tiedosto

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

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

START=$(date +%s)


Ladataan…
Peruuta
Tallenna