We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a5961 commit ba36664Copy full SHA for ba36664
images/tiler-imposm/start.sh
@@ -164,7 +164,7 @@ while "$flag" = true; do
164
-c "SELECT count(*) FROM information_schema.tables WHERE table_schema = 'public'" | sed -n 3p | sed 's/ //g')
165
# After import there are more than 70 tables
166
echo "$hasData tables in the DB"
167
- if ([ $hasData \> 70 ] && [[ ! -f /mnt/data/init_done ]]); then
+ if ([ $hasData \> 70 ] && [[ -f /mnt/data/init_done ]]); then
168
echo "Update the DB with osm data"
169
updateData
170
else
0 commit comments