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