Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 0bd8ec9

Browse files
committed
Fix scripts
1 parent 85820c9 commit 0bd8ec9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
cd app
4-
53
# start app
64
nohup dotnet AspNetCoreMvc.dll > /usr/local/newrelic-netcore20-agent/logs/app.log 2>&1 &
75

tester.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ while true; do
1111
curl -s -o /dev/null http://localhost:80/
1212

1313
# agents/create
14-
curl -s -o /dev/null ttp://localhost:80/Agents/Create
14+
curl -s -o /dev/null http://localhost:80/Agents/Create
1515

1616
# agents/destroy
17-
curl -s -o /dev/null ttp://localhost:80/Agents/Destroy
17+
curl -s -o /dev/null http://localhost:80/Agents/Destroy
1818
echo "Completed a full set of operations." >> $logfile
1919

2020
# go too fast and the agent starts sampling

0 commit comments

Comments
 (0)