mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 6546bfbc36b9cb0fedc8e2f378022a185b7055b4
parent 459659acd00832093d02ebf46ead77f52c4e27ba
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 25 Jul 2019 22:44:08 +0200

manually run electrum as the Debian version does not work

Diffstat:
electrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -2,5 +2,5 @@ set -x ARGS="$@" -exec sudo -u bitcoin sh -c "umask 007; QT_X11_NO_MITSHM=1 electrum $ARGS ; chmod -R og+r ~bitcoin/.electrum" +exec sudo -u bitcoin sh -c "umask 007; QT_X11_NO_MITSHM=1 python3 /home/bitcoin/Electrum-3.3.8/run_electrum $ARGS ; chmod -R og+r ~bitcoin/.electrum"