Skip to content

Commit ad7b1f3

Browse files
refactor yeti
1 parent d3cd2a4 commit ad7b1f3

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
@@ -21,7 +21,7 @@
2121
HOME = os.getenv("HOME") # Constant
2222
# Make sure we're in home directory
2323
subprocess.run('cd ~', shell=True, check=False)
24-
subprocess.run('cd yeticold; git pull origin master 2> /dev/null; cd', shell=True, check=False)
24+
subprocess.run('cd yeticold; git pull origin master; cd', shell=True, check=False)
2525
subprocess.run('sudo fuser -k 5000/tcp 2> /dev/null', shell=True, check=False)
2626
subprocess.run('pkill -f firefox 2> /dev/null', shell=True, check=False)
2727
if os.path.exists(HOME + "/.bitcoin"):

0 commit comments

Comments
 (0)