mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix so-common syntax
This commit is contained in:
@@ -115,7 +115,7 @@ check_elastic_license() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
# See if the user has already accepted the license
|
# 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
|
elastic_license
|
||||||
else
|
else
|
||||||
echo "Elastic License has already been accepted"
|
echo "Elastic License has already been accepted"
|
||||||
|
|||||||
Reference in New Issue
Block a user