mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-02 23:36:35 +00:00
fix(docs): correct code fence language for PowerShell blocks (#708)
This commit is contained in:
@@ -306,7 +306,7 @@ sudo netbird service start
|
||||
|
||||
You need to run the following commands with an elevated PowerShell or `cmd.exe` window.
|
||||
|
||||
```shell
|
||||
```powershell
|
||||
[Environment]::SetEnvironmentVariable("NB_LOG_LEVEL", "debug", "Machine")
|
||||
netbird service restart
|
||||
```
|
||||
@@ -360,7 +360,7 @@ netbird service stop
|
||||
In case you need to configure environment variables, you need to add them as system variables so they get picked up by
|
||||
the agent on the next psexec run:
|
||||
|
||||
```shell
|
||||
```powershell
|
||||
[Environment]::SetEnvironmentVariable("PIONS_LOG_DEBUG", "all", "Machine")
|
||||
````
|
||||
|
||||
|
||||
Reference in New Issue
Block a user