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