From 80d3329063715f5f2910a54e904f3ac2218ea143 Mon Sep 17 00:00:00 2001 From: Aidan Honor Date: Mon, 21 Oct 2024 20:47:48 -0400 Subject: [PATCH] fix script to use correct port --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index eff711b..bf21688 100755 --- a/manage +++ b/manage @@ -1,6 +1,6 @@ #!/bin/bash -PORT=3000 +PORT=5566 SETUP_FILE=".setup_complete" COLOR_RESET="\033[0m" COLOR_GREEN="\033[1;32m"