From 554c0b12e69713217f0e049f9d9ee115b816de2c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Feb 2026 10:28:29 -0500 Subject: [PATCH] update library path --- pacsatsim.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 5a044360..eb122c82 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -2,7 +2,9 @@ # script to auto decode packet using rtl_fm and Direwolf and run Pacsat -export LD_LIBRARY_PATH=/mnt/usb-disk/ariss/lib:/usr/local/lib/iors_common:$LD_LIBRARY_PATH +# export LD_LIBRARY_PATH=/mnt/usb-disk/ariss/lib:/usr/local/lib/iors_common:$LD_LIBRARY_PATH + +export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH #sudo systemctl stop cubesatsim