Fix install script

This commit is contained in:
Kirigaya Kazuto 2018-06-19 17:08:34 +08:00
parent 8276f40c38
commit 623bbac982

View File

@ -96,6 +96,8 @@ for k,v in pairs(file_lst) do
local flag,x,y=DownloadFromOCS(v)
if((not flag) or (y~=200) ) then
print("[Download Failed]")
-- Stop if download failed.
break
else
local ret=WriteStringToFile(x,v)
if(not ret) then