We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cd2a4 commit ad7b1f3Copy full SHA for ad7b1f3
initialize.py
@@ -21,7 +21,7 @@
21
HOME = os.getenv("HOME") # Constant
22
# Make sure we're in home directory
23
subprocess.run('cd ~', shell=True, check=False)
24
- subprocess.run('cd yeticold; git pull origin master 2> /dev/null; cd', shell=True, check=False)
+ subprocess.run('cd yeticold; git pull origin master; cd', shell=True, check=False)
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)
27
if os.path.exists(HOME + "/.bitcoin"):
0 commit comments