File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 23
23
subprocess .run ('cd ~' , shell = True , check = False )
24
24
subprocess .run ('cd yeticold; git pull origin master 2> /dev/null; cd' , shell = True , check = False )
25
25
subprocess .run ('sudo fuser -k 5000/tcp 2> /dev/null' , shell = True , check = False )
26
- subprocess .run ('pkill -f firefox 2> /dev/null' , shell = True , check = False )
26
+ subprocess .run ('pkill firefox 2> /dev/null' , shell = True , check = False )
27
27
if os .path .exists (HOME + "/.bitcoin" ):
28
28
subprocess .run ('python3 ~/yeticold/utils/stopbitcoin.py' , shell = True , check = False )
29
29
46
46
subprocess .run ('pip3 install bip32' , shell = True , check = False )
47
47
48
48
subprocess .run ('sleep 3' , shell = True , check = False )
49
- subprocess .Popen ('firefox' , shell = True , start_new_session = True )
50
49
subprocess .run ('sudo rm -r ~/yetiwallet* 2> /dev/null' , shell = True , check = False )
51
50
subprocess .run ('sudo rm -r ~/.bitcoin/yetiwalletrec 2> /dev/null' , shell = True , check = False )
52
51
subprocess .run ('sudo rm -r ~/.bitcoin/wallets/yetiwalletrec 2> /dev/null' , shell = True , check = False )
You can’t perform that action at this time.
0 commit comments