update timestamp file

pull/25/head
Etienne Trimaille 2015-12-28 10:07:08 +01:00
rodzic 3226af176b
commit f0ac9317c8
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -115,6 +115,12 @@ elif qgis_style and default['QGIS_STYLE']:
else:
print 'Not using QGIS default styles.'
# Create the timestamp file
file_path = join(default['SETTINGS'], 'timestamp.txt')
timestamp_file = open(file_path, 'w')
timestamp_file.write('UNDEFINED\n')
timestamp_file.close()
# In docker-compose, we should wait for the DB is ready.
print 'The checkup is OK. The container will continue soon, after the database.'
sleep(45)

Wyświetl plik

@ -1 +0,0 @@
UNDEFINED