4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
echo "Launching ElectrumX server..."
|
|
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $ELECTRUMX'
|