From 999feb27f9624ec867e66ba0f3e98475e23e072f Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 19 Oct 2025 11:36:09 -0400 Subject: [PATCH] Update install/production-filesystem/services/scripts/update_vendors.sh Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../production-filesystem/services/scripts/update_vendors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/production-filesystem/services/scripts/update_vendors.sh b/install/production-filesystem/services/scripts/update_vendors.sh index 3f780d5a..08dbc39c 100755 --- a/install/production-filesystem/services/scripts/update_vendors.sh +++ b/install/production-filesystem/services/scripts/update_vendors.sh @@ -15,8 +15,8 @@ set -euo pipefail # /usr/share/arp-scan # ---------------------------------------------------------------------- -#!/usr/bin/env bash -set -euo pipefail +TEMP_FILE="/services/run/tmp/ieee-oui.txt.tmp" +OUTPUT_FILE="/services/run/tmp/ieee-oui.txt" TEMP_FILE="/services/run/tmp/ieee-oui.txt.tmp" OUTPUT_FILE="/services/run/tmp/ieee-oui.txt"