Merge pull request #9515 from Security-Onion-Solutions/fix/so-common-references-2.3

fix so-common references
This commit is contained in:
Doug Burks
2023-01-04 14:31:57 -05:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.. /usr/sbin/so-common # along with this program. If not, see <http://www.gnu.org/licenses/>.
. /usr/sbin/so-common
{% set BACKUPLOCATIONS = salt['pillar.get']('backup:locations', {}) %} {% set BACKUPLOCATIONS = salt['pillar.get']('backup:locations', {}) %}
TODAY=$(date '+%Y_%m_%d') TODAY=$(date '+%Y_%m_%d')

View File

@@ -13,7 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.. /usr/sbin/so-common # along with this program. If not, see <http://www.gnu.org/licenses/>.
. /usr/sbin/so-common
APP=so-suricata-eve-clean APP=so-suricata-eve-clean
lf=/tmp/$APP-pidLockFile lf=/tmp/$APP-pidLockFile