From cfc5c2aef6797039615b853dc4f424d73fd074f8 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Wed, 7 Jul 2021 14:32:57 -0400 Subject: [PATCH] do ; instead of && --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 2c09f681d..cef0b834c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -380,7 +380,7 @@ post_2.3.5X_to_2.3.60() { } post_2.3.60_to_2.3.60-HEAVYNODE_SSL_LOGSTASH_REDIS_PIPELINES() { - salt G@role:so-heavynode -b 5% cmd.run 'salt-call state.apply ssl queue=True && so-redis-restart && so-elasticsearch-restart && so-filebeat-restart && so-logstash-restart' + salt G@role:so-heavynode -b 5% cmd.run 'salt-call state.apply ssl queue=True ; so-redis-restart ; so-elasticsearch-restart ; so-filebeat-restart ; so-logstash-restart' } rc1_to_rc2() {