Removed extra solo mode check

This commit is contained in:
Eugene Rakhmatulin
2026-03-26 07:45:23 -07:00
parent ff18a9ad5b
commit 83a74bccec

View File

@@ -412,10 +412,6 @@ done
source "$(dirname "$0")/autodiscover.sh" source "$(dirname "$0")/autodiscover.sh"
if [[ "$SOLO_MODE" == "true" ]]; then if [[ "$SOLO_MODE" == "true" ]]; then
if [[ -n "$NODES_ARG" ]]; then
echo "Error: --solo is incompatible with -n/--nodes."
exit 1
fi
# Solo mode: skip node detection, just get local IP # Solo mode: skip node detection, just get local IP
# Use LOCAL_IP from .env if set, otherwise default to 127.0.0.1 # Use LOCAL_IP from .env if set, otherwise default to 127.0.0.1
if [[ -z "$LOCAL_IP" ]]; then if [[ -z "$LOCAL_IP" ]]; then