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