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 342bad2 commit 735e78bCopy full SHA for 735e78b
mytoninstaller.py
@@ -327,7 +327,7 @@ def DownloadDump():
327
os.system(cmd)
328
329
# download dump
330
- cmd = "curl -s {url}/dumps/latest.tar.lz | pv | plzip -d -n8 | tar -xC /var/ton-work/db".format(url=url)
+ cmd = "curl -Ls {url}/dumps/latest.tar.lz | pv | plzip -d -n8 | tar -xC /var/ton-work/db".format(url=url)
331
332
#end define
333
0 commit comments