Skip to content

Commit ac29f47

Browse files
refactor yeti
1 parent 65220e5 commit ac29f47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

initialize.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
subprocess.run('cd ~', shell=True, check=False)
2424
subprocess.run('cd yeticold; git pull origin master 2> /dev/null; cd', shell=True, check=False)
2525
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)
2727
if os.path.exists(HOME + "/.bitcoin"):
2828
subprocess.run('python3 ~/yeticold/utils/stopbitcoin.py', shell=True, check=False)
2929

@@ -46,7 +46,6 @@
4646
subprocess.run('pip3 install bip32', shell=True, check=False)
4747

4848
subprocess.run('sleep 3', shell=True, check=False)
49-
subprocess.Popen('firefox', shell=True, start_new_session=True)
5049
subprocess.run('sudo rm -r ~/yetiwallet* 2> /dev/null', shell=True, check=False)
5150
subprocess.run('sudo rm -r ~/.bitcoin/yetiwalletrec 2> /dev/null', shell=True, check=False)
5251
subprocess.run('sudo rm -r ~/.bitcoin/wallets/yetiwalletrec 2> /dev/null', shell=True, check=False)

0 commit comments

Comments
 (0)