fix: fixed typo

This commit is contained in:
Rohit T P
2024-04-23 19:20:37 +00:00
parent 532da7f0b6
commit be82192e87

View File

@@ -254,9 +254,7 @@ else
message_arr+=("Watchtower: Disabled")
fi
if [ "$ADVANCED_OPTIONS" = "Y" ] ; then
if [ "$ADVANCED_OPTIONS" = "y" ] ; then
NUM_CORES=$(nproc || sysctl -n hw.ncpu || echo 1)
echo "How many instances of NocoDB do you want to run (Maximum: ${NUM_CORES}) ? (default: 1): "
NUM_INSTANCES=$(read_number_range 1 "$NUM_CORES")