From 660f0c2c481cd94084dbfd64d7cf13baa66b19ae Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 19 Oct 2025 11:37:04 -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, 3 insertions(+), 1 deletion(-) diff --git a/install/production-filesystem/services/scripts/update_vendors.sh b/install/production-filesystem/services/scripts/update_vendors.sh index 08dbc39c..31ca89df 100755 --- a/install/production-filesystem/services/scripts/update_vendors.sh +++ b/install/production-filesystem/services/scripts/update_vendors.sh @@ -45,5 +45,7 @@ fi # Atomic replacement mv "${TEMP_FILE}" "${OUTPUT_FILE}" echo "Successfully updated IEEE OUI database ($(wc -l < "${OUTPUT_FILE}") entries)" - > /services/run/tmp/ieee-oui.txt +# Atomic replacement +mv "${TEMP_FILE}" "${OUTPUT_FILE}" +echo "Successfully updated IEEE OUI database ($(wc -l < "${OUTPUT_FILE}") entries)"