diff --git a/setup/files/patch/state/x509_v2.py b/setup/files/patch/states/x509_v2.py similarity index 100% rename from setup/files/patch/state/x509_v2.py rename to setup/files/patch/states/x509_v2.py diff --git a/setup/so-functions b/setup/so-functions index b2b5f167f..79c051e23 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2048,7 +2048,7 @@ saltify() { # this can be removed when https://github.com/saltstack/salt/issues/64195 is resolved 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 }