From 72759de97fdccc0ad0fda504d4deaced971f520f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 15 Mar 2021 17:37:44 -0400 Subject: [PATCH] Fix so-common syntax --- salt/common/tools/sbin/so-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-common b/salt/common/tools/sbin/so-common index a62e654cc..99b41e659 100755 --- a/salt/common/tools/sbin/so-common +++ b/salt/common/tools/sbin/so-common @@ -115,7 +115,7 @@ check_elastic_license() { [ -n "$TESTING" ] && return # See if the user has already accepted the license - if [ ! -f /opt/so/state/yeselastic.txt ] + if [ ! -f /opt/so/state/yeselastic.txt ]; then elastic_license else echo "Elastic License has already been accepted"