From 40df0e5fd1ed6feeeeea5f7a6b791a038c7cfe57 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 30 Nov 2025 06:10:26 -0700 Subject: [PATCH] workan on da changeport --- custom_bin/changeport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_bin/changeport.sh b/custom_bin/changeport.sh index 79d5aa6..42e746f 100644 --- a/custom_bin/changeport.sh +++ b/custom_bin/changeport.sh @@ -4,7 +4,7 @@ if [ ! -z "$1" ]; then export ESPPORT="$1" echo "ESPPORT set to $ESPPORT" - exit 0 + return 0 fi # gloals @@ -31,7 +31,7 @@ fi export ESPPORT="$ttyselect" echo "ESPPORT set to $ESPPORT" -exit 0 +return 0 function subprocess() { echo -e "\nChanging ESPPORT\n" echo -e "\nChecking for Serial Devices in dmesg\n"