Skip to content

Commit

Permalink
refactor yeti
Browse files Browse the repository at this point in the history
  • Loading branch information
willweatherman committed Jan 13, 2021
1 parent 870576f commit db68597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
subprocess.run('cd yeticold; git pull origin master 2> /dev/null; cd', shell=True, check=False)
subprocess.run('sudo fuser -k 5000/tcp 2> /dev/null', shell=True, check=False)
subprocess.run('pkill firefox 2> /dev/null', shell=True, check=False)
subprocess.run('echo "Yeti Cold is waiting for bitcoin core to shut down if this message stays here longer than a minute delete the bitcoin.pid file located in your .bitcoin folder."')
subprocess.run('echo Yeti Cold is waiting for bitcoin core to shut down if this message stays here longer than a minute delete the bitcoin.pid file located in your .bitcoin folder.')
if os.path.exists(HOME + "/.bitcoin"):
subprocess.run('python3 ~/yeticold/utils/stopbitcoin.py', shell=True, check=False)

Expand Down

0 comments on commit db68597

Please sign in to comment.