diff --git a/salt/elasticsearch/files/scripts/so-catrust b/salt/elasticsearch/files/scripts/so-catrust index 68930777f..82f89bcf4 100644 --- a/salt/elasticsearch/files/scripts/so-catrust +++ b/salt/elasticsearch/files/scripts/so-catrust @@ -26,7 +26,7 @@ if [ ! -f /opt/so/saltstack/local/salt/common/cacerts ]; then docker rm so-elasticsearchca echo "" >> /opt/so/saltstack/local/salt/common/ca-bundle.crt echo "sosca" >> /opt/so/saltstack/local/salt/common/ca-bundle.crt - echo $(cat /etc/pki/ca.crt) >> /opt/so/saltstack/local/salt/common/ca-bundle.crt + cat /etc/pki/ca.crt >> /opt/so/saltstack/local/salt/common/ca-bundle.crt else exit 0 fi \ No newline at end of file