Remove redundant SERVER_IP definition in setup-vps.sh

This commit is contained in:
boilerrat 2025-03-16 14:27:58 -04:00
parent 9c99fa4d17
commit cc28677dd8
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ if ! command -v sshpass &> /dev/null; then
fi fi
fi fi
# Set variables
SERVER_IP="66.179.188.130"
echo "=== Setting up VPS for boilerhaus.org (IP: $SERVER_IP) ===" echo "=== Setting up VPS for boilerhaus.org (IP: $SERVER_IP) ==="
echo "" echo ""