Fix install script to pass domain and email to systemd setup
This commit is contained in:
parent
4171b5a48f
commit
af56fbedc1
@ -304,7 +304,7 @@ if [ "$ENABLE_MONITORING" = true ] && [ "$USE_EXISTING_MONITORING" = false ]; th
|
|||||||
elif [ "$USE_EXISTING_MONITORING" = true ]; then
|
elif [ "$USE_EXISTING_MONITORING" = true ]; then
|
||||||
MONITORING_FLAG="--use-existing-monitoring"
|
MONITORING_FLAG="--use-existing-monitoring"
|
||||||
fi
|
fi
|
||||||
./scripts/setup_systemd.sh $MONITORING_FLAG --skip-build
|
./scripts/setup_systemd.sh $MONITORING_FLAG --skip-build --domain "$DOMAIN" --email "$EMAIL" $([ "$SKIP_SSL" = true ] && echo "--skip-ssl")
|
||||||
|
|
||||||
# Step 4: Configure cache (in-memory LRU - no Redis needed)
|
# Step 4: Configure cache (in-memory LRU - no Redis needed)
|
||||||
echo "🧠 Gateway uses in-memory LRU cache (no Redis required)"
|
echo "🧠 Gateway uses in-memory LRU cache (no Redis required)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user