mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add MAC OUI caching when code updates are disabled (#14713)
This commit is contained in:
1
daily.sh
1
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
|
||||
|
Reference in New Issue
Block a user