| 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 |
# |
# |