Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocantuaria committed Sep 29, 2023
1 parent 5c4d1c4 commit 5dd3b94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/logdna.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
echo "[LOG] Installing LOG DNA"
echo "deb https://assets.logdna.com stable main" | tee /etc/apt/sources.list.d/logdna.list
wget -O- https://assets.logdna.com/logdna.gpg | apt-key add -
apt-get update
apt-get install logdna-agent < "/dev/null" # this line needed for copy/paste
echo "[LOG] Preparing LOG DNA File"
touch /etc/logdna.env
echo "LOGDNA_INGESTION_KEY=a0a084f9598b790ff4a0e14fe79f4c16" | tee /etc/logdna.env # this is your unique Ingestion Key
Expand Down

0 comments on commit 5dd3b94

Please sign in to comment.