mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
fix: fixed typo
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user