diff --git a/build-data/build-data-import.sh b/build-data/build-data-import.sh index dd353a70..114b567d 100755 --- a/build-data/build-data-import.sh +++ b/build-data/build-data-import.sh @@ -33,3 +33,5 @@ if [ ! -f "$DUMP" ] || test "`find $DUMP -mtime +30`"; then curl -L -o "$DUMP" -z "$DUMP" "$LINK" unzip -o "$DUMP" fi + +echo 'DONE'