1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Fix typo in install.sh

This commit is contained in:
Viktor Lofgren
2024-01-25 17:08:18 +01:00
parent 6aee896657
commit 081c7d22bc

View File

@@ -41,7 +41,7 @@ echo
echo "1) barebones instance (1 node)"
echo "2) barebones instance (2 nodes)"
echo "3) full Marginalia Search instance?"
read -p "Enter 1, 2 or 2: " INSTANCE_TYPE
read -p "Enter 1, 2 or 3: " INSTANCE_TYPE
## Validate
if [ "${INSTANCE_TYPE}" != "1" ] && [ "${INSTANCE_TYPE}" != "2" ] && [ "${INSTANCE_TYPE}" != "3" ]; then