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"