Add -E to docs on running server manually on Pi
This commit is contained in:
parent
8f40f4d4e4
commit
acbe862e72
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ You can manage the server with the `ofm` command, using `ofm start`, `ofm stop`,
|
||||||
```
|
```
|
||||||
ofm stop
|
ofm stop
|
||||||
cd /var/openflexure
|
cd /var/openflexure
|
||||||
sudo -u openflexure-ws application/openflexure-microscope-server/.venv/bin/openflexure-microscope-server --fallback -c settings/ofm_config.json --host 0.0.0.0 --port 5000
|
sudo -E -u openflexure-ws application/openflexure-microscope-server/.venv/bin/openflexure-microscope-server --fallback -c settings/ofm_config.json --host 0.0.0.0 --port 5000
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue