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"