awips2/deltaScripts/14.2.1-n3/updateNcepNwxAdminTables.sh
Stephen Gilbert f94a3aadf4 VLab Issue #4001 - NCEP EDEX and EDEX Common delivery for 14.2.1-n
NcText decoder updates and other ingest config changes

Change-Id: I1dca245ff36c565c924a494eae3f1a2b834f43ac

Former-commit-id: 9e47362ce407ea03c0ede8884baa7e8129d2d646
2014-07-23 15:51:27 -04:00

5 lines
126 B
Bash

#!/bin/bash
PSQL=/awips2/psql/bin/psql
DIR=`dirname $0`
${PSQL} -U awips -d ncep -f ${DIR}/addNcepNwxAdminMessageGpTable.sql