From cc28677dd8cea86b8a93ecd2b71bf66bcb29fdc3 Mon Sep 17 00:00:00 2001 From: boilerrat <128boilerrat@gmail.com> Date: Sun, 16 Mar 2025 14:27:58 -0400 Subject: [PATCH] Remove redundant SERVER_IP definition in setup-vps.sh --- setup-vps.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup-vps.sh b/setup-vps.sh index 1d42673..1781b62 100755 --- a/setup-vps.sh +++ b/setup-vps.sh @@ -23,9 +23,6 @@ if ! command -v sshpass &> /dev/null; then fi fi -# Set variables -SERVER_IP="66.179.188.130" - echo "=== Setting up VPS for boilerhaus.org (IP: $SERVER_IP) ===" echo ""