/[PAMELA software]/YodaProfiler/docs/install_GL_PARAM.sh
ViewVC logotype

Diff of /YodaProfiler/docs/install_GL_PARAM.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Apr 17 12:06:20 2007 UTC revision 1.2 by mocchiut, Fri Apr 20 11:19:30 2007 UTC
# Line 87  echo "delete from GL_PARAM;" > ${THISDIR Line 87  echo "delete from GL_PARAM;" > ${THISDIR
87  mysql --user=$USERNAME --password=$PASSWORD --host=$HOST $DBNAME < ${THISDIR}/temp.sql  mysql --user=$USERNAME --password=$PASSWORD --host=$HOST $DBNAME < ${THISDIR}/temp.sql
88  #  #
89  if [ "$STATIC" == "no" ]; then  if [ "$STATIC" == "no" ]; then
90      cat ${THISDIR}/install_GL_PARAM.sql | sed 's/fullpathgoesere/$PAM_CALIB/g' >> ${THISDIR}/temp.sql      cat ${THISDIR}/install_GL_PARAM.sql | sed 's/fullpathgoeshere/$PAM_CALIB/g' >> ${THISDIR}/temp.sql
91  else  else
92      cat ${THISDIR}/install_GL_PARAM.sql | sed 's/fullpathgoesere/'${PAM_CALIB2}'/g' >> ${THISDIR}/temp.sql      cat ${THISDIR}/install_GL_PARAM.sql | sed 's/fullpathgoeshere/'${PAM_CALIB2}'/g' >> ${THISDIR}/temp.sql
93  fi;      fi;    
94  mysql --user=$USERNAME --password=$PASSWORD --host=$HOST $DBNAME < ${THISDIR}/temp.sql  mysql --user=$USERNAME --password=$PASSWORD --host=$HOST $DBNAME < ${THISDIR}/temp.sql
95  #  #

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23