use common date command option between GNU date and BSD date

pull/164/head
Taro Matsuzawa 2017-02-04 00:46:49 +09:00
rodzic 4bb581fc28
commit 1790f907bc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ testdata=${osm_area}.osm.pbf
MIN_COMPOSE_VER=1.7.1
MIN_DOCKER_VER=1.10.0
STARTTIME=$(date +%s)
STARTDATE=$(date -Iminutes)
STARTDATE=$(date +"%Y-%m-%dT%H:%M%z")
githash=$( git rev-parse HEAD )
log_file=./quickstart.log