From 1797cf2484107560fe52a8fc5d164553156c614d Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Tue, 25 Apr 2023 11:57:02 -0500
Subject: [PATCH] Update moxa driver script to use new driver version

---
 scripts/reinstall_ceilo_driver.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/reinstall_ceilo_driver.sh b/scripts/reinstall_ceilo_driver.sh
index a6d004b..5c6924a 100755
--- a/scripts/reinstall_ceilo_driver.sh
+++ b/scripts/reinstall_ceilo_driver.sh
@@ -14,7 +14,7 @@ if [ $UID -ne 0 ]; then
     exit 1
 fi
 
-TARBALL="/opt/metobs/misc/npreal2_1.18.65_build_17062316.tgz"
+TARBALL="/opt/metobs/misc/npreal2_v5.2.3_build_23031011.tgz"
 if [ ! -f $TARBALL ]; then
     echo "ERROR: Source tarball does not exist"
     exit 1
@@ -38,7 +38,7 @@ if [ -d $DRIVER_DST ]; then
     ./mxuninst
 fi
 
-cd "${SRC_DIR}/kernel3.x"
+cd "${SRC_DIR}"
 # expect "Do you want to continue installing?"
 /usr/bin/expect <(cat << EOF
 spawn ./mxinst SP1
-- 
GitLab