From: Chris Sharp Date: Thu, 1 Mar 2018 13:15:53 +0000 (-0500) Subject: updating things X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f72e7e017eecad444b418dc5423c3d100c4bc98;p=contrib%2Fpines.git updating things --- diff --git a/oclc/oclc_export_and_ftp.sh b/oclc/oclc_export_and_ftp.sh index 564dcc2..8a2e655 100755 --- a/oclc/oclc_export_and_ftp.sh +++ b/oclc/oclc_export_and_ftp.sh @@ -22,9 +22,9 @@ WORKDIR="$PWD" DATE=`date +%y%m%d` DATE_LONG=`date +%Y%m%d` PSQL="/usr/bin/psql" -PSQL_USER="evergreen" -DB_HOST="db03" -DB_NAME="evergreen" +PSQL_USER="mydbuser" +DB_HOST="mydbhost" +DB_NAME="mydbname" OUTDIR="$WORKDIR/bib_ids" OUTFILE="bib_ids_`date +%F`.out" if [ -e $WORKDIR/last_export_date ]; then @@ -33,10 +33,10 @@ fi EXPORT="1011413.P_64N.bibs${DATE}.mrc" EXPORT_DIR="$WORKDIR/out" SCP="/usr/bin/scp" -SCP_USER="p_64n" -SCP_HOST="ftp2.oclc.org" -SCP_PATH="/xfer/metacoll/in/bib" -ADMIN_EMAIL="pines-admins@georgialibraries.org" +SCP_USER="scp_user" +SCP_HOST="scp.host.example.org" +SCP_PATH="/example/remote/path" +ADMIN_EMAIL="admin@example.org" # Do we have the required directories? If not, create them