diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index cf382e0..fd6f60d 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -7,7 +7,7 @@ pipeline { script{ def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach " sh(nxinx_build); - sh "rm /apps-data/*.conf" + sh "rm -f /apps-data/*.conf" sh "cp ./nginx-config/${PROTOCOL}/* /apps-data" } }