spesmilo / electrum-server

Electrum server
MIT License
301 stars 388 forks source link

In electrum-server, ensure typical bin directories are on $PATH. #178

Closed hwinkler closed 7 years ago

hwinkler commented 7 years ago

When running an init script at boot, the $PATH variable may not include some typical directories like /usr/local/bin. This change ensures those directories are on the path, so that bash can find run_electrum_server.py if it is /usr/local/bin or one of the other typical bin directories.

ecdsa commented 7 years ago

Thanks. Note that ElectrumX is now the recommended server software.