mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 18:02:49 +00:00
6 lines
239 B
Bash
Executable File
6 lines
239 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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/; source /home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate; ./menu.sh" |