From c4cb9c652ca005b86d662c69edf1d5225e153b47 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 9 Dec 2022 17:28:29 +0100 Subject: [PATCH] Add MAC OUI caching when code updates are disabled (#14713) --- daily.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/daily.sh b/daily.sh index 1c6c8ee04b..9db3f6bb11 100755 --- a/daily.sh +++ b/daily.sh @@ -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