Skip to content

Commit

Permalink
Merge pull request #213 from levoai/Sohit1212-patch-1
Browse files Browse the repository at this point in the history
Update satellite-ami-aws-ec2.mdx
  • Loading branch information
sohitgore authored Mar 20, 2024
2 parents 8215cb3 + 160f32e commit f319d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install-satellite/satellite-ami-aws-ec2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Under Advanced details > User Data, add the following (pick the appropriate valu
```bash
#!/bin/bash
echo "LEVOAI_AUTH_KEY='Authorization Key'" > /opt/levoai/.levoenv
sudo /opt/levoai/levo_satellite.sh start >> satellite-start.log 2>&1
sudo /opt/levoai/levo_satellite.sh upgrade >> satellite-start.log 2>&1
# Uncomment the following line to enable the traffic mirroring listener
# sudo /opt/levoai/levo_traffic_listener.sh start >> traffic-listener-start.log 2>&1
```
Expand Down Expand Up @@ -154,4 +154,4 @@ Please note down the either the host's IP address or domain name. The Sensor wil

Please proceed to [install Traffic Capture Sensors](/install-traffic-capture-sensors).

<br></br>
<br></br>

0 comments on commit f319d11

Please sign in to comment.