Skip to content

Commit e0e32dd

Browse files
committed
Added missing sudo
1 parent 3131473 commit e0e32dd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

content/en/conf/opentelemetry-collector/1-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ As will be running the rest of the workshop using the `otelcol-contrib` standalo
8686
{{% tab title="Command" %}}
8787

8888
``` bash
89-
systemctl stop otelcol-contrib
89+
sudo systemctl stop otelcol-contrib
9090
```
9191

9292
{{% /tab %}}
@@ -96,7 +96,7 @@ systemctl stop otelcol-contrib
9696
{{% tab title="Command" %}}
9797

9898
``` bash
99-
systemctl disable otelcol-contrib
99+
sudo systemctl disable otelcol-contrib
100100
```
101101

102102
{{% /tab %}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/splunk/observability-workshop
22

33
go 1.19
44

5-
require github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8 // indirect
5+
require github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20230610122345-821002099413 h1:Pzo
1616
github.com/McShelby/hugo-theme-relearn v0.0.0-20230610122345-821002099413/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
1717
github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8 h1:u1UgJLYLuZAJLWpOYcTwNZJnQALd/X1ZN8Vsa2UtP78=
1818
github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
19+
github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f h1:7SMp/lX1Hkv3pHEwJo8kH/95HCCpURtlg35EWcPFnBI=
20+
github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=

0 commit comments

Comments
 (0)