vishhvaan / eve-pi

The EVolutionary biorEactor (EVE)
MIT License
14 stars 14 forks source link

Super user #2

Closed jrthornham closed 4 years ago

jrthornham commented 5 years ago

Line 3 of file "/webui/conf/runners/off_pumps.py" requires specified super user. Should be changed from;

"script_path": "su -c ./pumpsledoff.py -s /bin/sh vishhvaan",

to;

"script_path": "pumpsledoff.py",

vishhvaan commented 4 years ago

TY