Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 26, 2024
1 parent df34652 commit c22800b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
then
echo -e "\n # Sysdig Agent connection with server was success #"
# Let's generate events
history -c # Try to clear bash history
history -c # Try to clear bash history
# Check if the above generated event has been successfully captured
sleep 180
logs=$(kubectl logs -n sysdig $pod --tail -1)
Expand Down

0 comments on commit c22800b

Please sign in to comment.