Procházet zdrojové kódy

Change log format to more standard one

pull/16/head
Kristijan Mitrovic před 4 roky
rodič
revize
037f0cfd78
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh Zobrazit soubor

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

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

START=$(date +%s)


Načítá se…
Zrušit
Uložit