From 0bada5dde98be6ee81066176cb908350b14a22bd Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Wed, 14 May 2025 14:41:07 -0600 Subject: [PATCH] Remove logging of current n8n worker count in apply_update.sh to streamline user prompts and enhance clarity during input collection. --- scripts/apply_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/apply_update.sh b/scripts/apply_update.sh index f572957..c946281 100755 --- a/scripts/apply_update.sh +++ b/scripts/apply_update.sh @@ -62,7 +62,6 @@ if [ -f "$ENV_FILE" ]; then # Ask user about n8n worker count if grep -q "^N8N_WORKER_COUNT=" "$ENV_FILE"; then CURRENT_WORKER_COUNT=$(grep "^N8N_WORKER_COUNT=" "$ENV_FILE" | cut -d'=' -f2 | tr -d '"') - log_info "Current n8n worker count: $CURRENT_WORKER_COUNT" echo "" read -p "Enter new n8n worker count (leave empty to keep current: $CURRENT_WORKER_COUNT): " new_worker_count_raw