fix cp for x509_v2.py

This commit is contained in:
m0duspwnens
2023-07-06 10:03:12 -04:00
parent b49a296276
commit 7a9a12ae3d
2 changed files with 1 additions and 1 deletions

View File

@@ -2048,7 +2048,7 @@ 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 "\cp -f ./files/patch/states/x509_v2.py /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py" logCmd "echo y | cp -v ./files/patch/states/x509_v2.py /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/x509_v2.py"
fi fi
} }