소스 검색

Change log format to more standard one

pull/16/head
Kristijan Mitrovic 4 년 전
부모
커밋
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)


불러오는 중...
취소
저장