Browse Source

Add missing date in init bubble script log

pull/59/head
Kristijan Mitrovic 4 years ago
parent
commit
f4af0c42c8
1 changed files with 1 additions and 1 deletions
  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 View File

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


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


export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"


Loading…
Cancel
Save