mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
Fix venv issue when launching JoinInBox
This commit is contained in:
parent
3f50a81121
commit
f1797b33df
|
@ -3,4 +3,4 @@
|
|||
# mynode-joininbox
|
||||
# This script needs to be run with sudo so it can run as the joinmarket user
|
||||
|
||||
sudo -u joinmarket bash -c "cd /home/joinmarket/; ./menu.sh"
|
||||
sudo -u joinmarket bash -c "cd /home/joinmarket/; source /home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate; ./menu.sh"
|
Loading…
Reference in New Issue
Block a user