forked from organicmaps/organicmaps
Merge pull request #4089 from mapsme/databuilder_try
Added -x and exit 0 at the end
This commit is contained in:
commit
67b61c10a6
1 changed files with 2 additions and 0 deletions
|
@ -157,3 +157,5 @@ fi
|
|||
rm -f "$TARGET/$BASE_NAME.mwm.osm2ft"
|
||||
# Remove temporary offsets table
|
||||
[ -d "$TARGET/$BASE_NAME" ] && rm -r "$TARGET/$BASE_NAME"
|
||||
|
||||
exit 0 #added so that the exit code of the script is 0, and not whatever the [ -d ] returns
|
||||
|
|
Loading…
Add table
Reference in a new issue