mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix AGREPO Variable
This commit is contained in:
@@ -286,7 +286,7 @@ unmount_update() {
|
|||||||
update_centos_repo() {
|
update_centos_repo() {
|
||||||
# Update the files in the repo
|
# Update the files in the repo
|
||||||
echo "Syncing new updates to /nsm/repo"
|
echo "Syncing new updates to /nsm/repo"
|
||||||
rsync -a $AGDOCKER/repo /nsm/repo
|
rsync -a $AGREPO/repo /nsm/repo
|
||||||
echo "Creating repo"
|
echo "Creating repo"
|
||||||
createrepo /nsm/repo
|
createrepo /nsm/repo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user