Add MAC OUI caching when code updates are disabled (#14713)

This commit is contained in:
Gilles Depeyrot
2022-12-09 17:28:29 +01:00
committed by GitHub
parent 3a085d89c9
commit c4cb9c652c

View File

@@ -341,6 +341,7 @@ main () {
# and clean up the db.
status_run 'Updating SQL-Schema' 'php includes/sql-schema/update.php'
status_run 'Cleaning up DB' "'$DAILY_SCRIPT' cleanup"
status_run 'Caching Mac OUI data' "$DAILY_SCRIPT mac_oui"
;;
post-pull)
# re-check dependencies after pull with the new code