From 539534b5aae1ae6eb9e062a890c6c3c1bafd6946 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 29 Jun 2025 02:06:35 -0400 Subject: [PATCH] fix typo in install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f15a41..8dd6688 100644 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ create_config_json() { echo "$config_content" > $(pwd)/data/config.json # Check if the file was successfully created - if [ -f "$(pwd)/config.json" ]; then + if [ -f "$(pwd)/data/config.json" ]; then echo -e "${GREEN}Successfully created 'config.json'.${NC}" echo -e "${GREEN}Content of config.json:${NC}" cat config.json