From bcf1fe8dadaafd6f235c3d922c48a0a2f544c831 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 17 Feb 2023 13:48:10 -0500 Subject: [PATCH] fix reposync script --- salt/common/tools/sbin/so-repo-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-repo-sync b/salt/common/tools/sbin/so-repo-sync index 67adb46ff..4a9cc3b18 100644 --- a/salt/common/tools/sbin/so-repo-sync +++ b/salt/common/tools/sbin/so-repo-sync @@ -12,5 +12,5 @@ set_os salt_minion_count curl --retry 5 --retry-delay 60 -A 'checkin/$VERSION/$OS/$(uname -r)/$MINIONCOUNT' https://sigs.securityonion.net/checkup --output /tmp/checkup" -reposync --norepopath -n -g -l -d -m -c /root/repodownload.conf -r securityonionsync --download-metadata -p /nsm/repo/" - \ No newline at end of file +reposync --norepopath -n -g -l -d -m -c /root/repodownload.conf -r securityonionsync --download-metadata -p /nsm/repo/ +crete_repo /nsm/repo \ No newline at end of file