mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
fix output_dir var
This commit is contained in:
@@ -12,7 +12,7 @@ export no_proxy= salt['pillar.get']('manager:no_proxy')
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
repos="/opt/so/conf/strelka/repos.txt"
|
repos="/opt/so/conf/strelka/repos.txt"
|
||||||
outputdir=/nsm/rules/yara
|
output_dir=/nsm/rules/yara
|
||||||
gh_status=$(curl -s -o /dev/null -w "%{http_code}" https://github.com)
|
gh_status=$(curl -s -o /dev/null -w "%{http_code}" https://github.com)
|
||||||
clone_dir="/tmp"
|
clone_dir="/tmp"
|
||||||
if [ "$gh_status" == "200" ] || [ "$gh_status" == "301" ]; then
|
if [ "$gh_status" == "200" ] || [ "$gh_status" == "301" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user