You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# running post import sql scripts (will do nothing if no sql scripts configured in config.sh)
$project_dir/apply-post-import-sql.sh
if [ ! -z $end_of_import_email ] ; then
echo "End of $1 import with osm2pgsql on `hostname`" | mail -s "This email does'nt tell you that this import went well, it tells you it ended ;-)" $end_of_import_email -- -f $end_of_import_email