mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 07:53:06 +01:00
Fix Airgap Rule Path
This commit is contained in:
@@ -381,7 +381,7 @@ unmount_update() {
|
|||||||
|
|
||||||
update_airgap_rules() {
|
update_airgap_rules() {
|
||||||
# Copy the rules over to update them for airgap.
|
# Copy the rules over to update them for airgap.
|
||||||
rsync -av $UPDATE_DIR/SecurityOnion/agrules/* /nsm/repo/rules/
|
rsync -av $UPDATE_DIR/agrules/* /nsm/repo/rules/
|
||||||
}
|
}
|
||||||
|
|
||||||
update_centos_repo() {
|
update_centos_repo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user