From d48d1155cb224f92c1a2a1c2a03ad8021f9e0dfe Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Fri, 8 Mar 2024 22:09:22 -0500 Subject: [PATCH] #10 resolving bug in variable assignment --- client/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/setup.sh b/client/setup.sh index b2e1111..6a6a775 100644 --- a/client/setup.sh +++ b/client/setup.sh @@ -152,7 +152,7 @@ echo "Cloning OP25 from the git repository..." git clone https://github.com/boatbod/op25.git # Navigate to the OP25 directory -$ogPwd = $(pwd) +ogPwd=$(pwd) cd op25 # Edit the startup script to use the active.cfg.json config file generated by the app