Skip to content

Commit fc3b767

Browse files
refactor yeti
1 parent 06d85b4 commit fc3b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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)
2626
subprocess.run('pkill firefox 2> /dev/null', shell=True, check=False)
27-
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."')
27+
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.', shell=True, check=False)
2828
if os.path.exists(HOME + "/.bitcoin"):
2929
subprocess.run('python3 ~/yeticold/utils/stopbitcoin.py', shell=True, check=False)
3030

0 commit comments

Comments
 (0)