mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix cp for x509_v2.py
This commit is contained in:
@@ -2048,7 +2048,8 @@ saltify() {
|
|||||||
|
|
||||||
# this can be removed when https://github.com/saltstack/salt/issues/64195 is resolved
|
# this can be removed when https://github.com/saltstack/salt/issues/64195 is resolved
|
||||||
if [ $SALTVERSION == "3006.1" ]; then
|
if [ $SALTVERSION == "3006.1" ]; then
|
||||||
logCmd "echo y | cp -v ./files/patch/states/x509_v2.py /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py"
|
info "Salt version 3006.1 found. Patching /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py"
|
||||||
|
\cp -v ./files/patch/states/x509_v2.py /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user