Make soup use reposync from the repo

This commit is contained in:
Mike Reeves
2024-06-21 14:45:06 -04:00
parent c5ce7102e8
commit ff4679ec08

View File

@@ -484,7 +484,7 @@ post_to_2.4.80() {
repo_sync() { repo_sync() {
echo "Sync the local repo." echo "Sync the local repo."
su socore -c '$UPDATE_DIR/salt/manager/tools/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync." su socore -c '/tmp/sogh/securityonion/salt/manager/tools/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
} }
stop_salt_master() { stop_salt_master() {