X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=start;h=a48c4324f1b737933e7ade61cbfefaf8321ed81e;hp=5b29aef98f107f48a5bb81e63adea91badcf146f;hb=477dadc5c491755794725de3abcf3b6ae4542c80;hpb=b8309d9afb413da20f012a2b8e531d4e8c114f50 diff --git a/start b/start index 5b29aef..a48c432 100755 --- a/start +++ b/start @@ -1,2 +1,2 @@ #!/bin/bash -nohup /usr/bin/python -u server.py &>> /var/log/electrum.log & +nohup /usr/bin/python -u server.py &> /var/log/electrum.log &