electrum fails to read env's sometimes?
This commit is contained in:
parent
bedeb238ac
commit
411485cd52
1 changed files with 5 additions and 0 deletions
5
wrappers/electrum
Executable file
5
wrappers/electrum
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ELECTRUMDIR="$HOME/.local/share/electrum" \
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/electrum "$@"
|
Loading…
Reference in a new issue