6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# mynode-pyblock
|
||
|
# This script needs to be run with sudo so it can run as the bitcoin user
|
||
|
|
||
|
sudo -u bitcoin bash -c "cd /opt/mynode/pyblock/; source env/bin/activate; python3 PyBlock.py"
|