Pārlūkot izejas kodu

Add missing date in init bubble script log

pull/59/head
Kristijan Mitrovic pirms 4 gadiem
vecāks
revīzija
f4af0c42c8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/bubble/files/init_bubble_db.sh

+ 1
- 1
bubble-server/src/main/resources/packer/roles/bubble/files/init_bubble_db.sh Parādīt failu

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

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

export LANG="en_US.UTF-8"


Notiek ielāde…
Atcelt
Saglabāt