mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 09:59:16 +00:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# mynode-joinmarket
|
||
|
# 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"
|