Merge pull request #639 from tiffanycmeyer13/unidata_20.3.2

Force fix to pqact errors
This commit is contained in:
srcarter3 2024-01-05 14:53:35 -07:00 committed by GitHub
commit e04e3c02ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -435,6 +435,8 @@ case $key in
yum groupinstall awips2-server -y 2>&1 | tee -a /tmp/awips-install.log yum groupinstall awips2-server -y 2>&1 | tee -a /tmp/awips-install.log
sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo
sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml
sed -i 's/HDS ANY/ANY/' /awips2/ldm/etc/pqact*
sed -i 's/TI\[A-T\]/TI\[A-Q\]/' /awips2/ldm/etc/pqact*
echo "EDEX server has finished installing, the install log can be found in /tmp/awips-install.log" echo "EDEX server has finished installing, the install log can be found in /tmp/awips-install.log"
;; ;;
--database) --database)
@ -443,6 +445,8 @@ case $key in
disable_ndm_update disable_ndm_update
sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo
sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml
sed -i 's/HDS ANY/ANY/' /awips2/ldm/etc/pqact*
sed -i 's/TI\[A-T\]/TI\[A-Q\]/' /awips2/ldm/etc/pqact*
echo "EDEX database has finished installing, the install log can be found in /tmp/awips-install.log" echo "EDEX database has finished installing, the install log can be found in /tmp/awips-install.log"
;; ;;
--ingest) --ingest)
@ -451,6 +455,8 @@ case $key in
disable_ndm_update disable_ndm_update
sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/awips2.repo
sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml sed -i 's/@LDM_PORT@/388/' /awips2/ldm/etc/registry.xml
sed -i 's/HDS ANY/ANY/' /awips2/ldm/etc/pqact*
sed -i 's/TI\[A-T\]/TI\[A-Q\]/' /awips2/ldm/etc/pqact*
echo "EDEX ingest has finished installing, the install log can be found in /tmp/awips-install.log" echo "EDEX ingest has finished installing, the install log can be found in /tmp/awips-install.log"
;; ;;
-h|--help) -h|--help)