Просмотр исходного кода

Change log format to more standard one

pull/16/head
Kristijan Mitrovic 4 лет назад
Родитель
Сommit
037f0cfd78
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh Просмотреть файл

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

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

START=$(date +%s)


Загрузка…
Отмена
Сохранить