Thanks to visit codestin.com Credit goes to github.com
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 beb11a5 commit 4bc4dc6Copy full SHA for 4bc4dc6
upgrade.py
@@ -24,7 +24,7 @@ def getSha():
24
install = 'curl -L https://coder.com/install.sh | sh'
25
os.system(install)
26
# reload coder service
27
- reload = 'sudo systemctl daemon-reload && systemctl restart coder.service'
+ reload = 'sudo systemctl daemon-reload && sudo systemctl restart coder.service'
28
os.system(reload)
29
# write new sha to file
30
with open('sha.txt', 'w') as f:
0 commit comments