From b787b5780b431c19e18d8013c316bb0af66b7947 Mon Sep 17 00:00:00 2001 From: Asainte Bueno-Villanueva Date: Fri, 6 Feb 2026 07:21:57 -0500 Subject: [PATCH] added esac to prevent error --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 878acf3..cc1cd41 100644 --- a/install.sh +++ b/install.sh @@ -53,4 +53,5 @@ if [ -f "/usr/local/bin/dynr" ]; then exit 0 ;; 2) echo -e "${BLUE}Proceeding...${NC}" ;; 3) sudo rm -rf /opt/dynr /usr/local/bin/dynr; exit 0 ;; - *) exit \ No newline at end of file + *) exit + esac \ No newline at end of file