add new DOC_BASE_URL variable to so-common

This commit is contained in:
Doug Burks
2022-12-19 10:21:54 -05:00
committed by GitHub
parent c220c322ef
commit 042693895a

View File

@@ -5,9 +5,8 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.
DEFAULT_SALT_DIR=/opt/so/saltstack/default
DOC_BASE_URL="https://docs.securityonion.net/en/2.4"
# Check for prerequisites
if [ "$(id -u)" -ne 0 ]; then