mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-28 15:31:37 +00:00
6 lines
170 B
Bash
Executable File
6 lines
170 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/; ./menu.sh" |