mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Make soup use reposync from the repo
This commit is contained in:
@@ -483,9 +483,6 @@ post_to_2.4.80() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repo_sync() {
|
repo_sync() {
|
||||||
# Making sure reposync is the latest
|
|
||||||
cp $UPDATE_DIR/salt/manager/tools/sbin/so-repo-sync /usr/sbin
|
|
||||||
chmod +x /usr/sbin/so-repo-sync
|
|
||||||
echo "Sync the local repo."
|
echo "Sync the local repo."
|
||||||
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
|
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user