Fix so-common syntax

This commit is contained in:
Mike Reeves
2021-03-15 17:37:44 -04:00
parent 67e0d450e4
commit 72759de97f

View File

@@ -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"