@@ -392,12 +392,16 @@ fetch-Lua:
|
||||
else \
|
||||
echo Checking integrity of $$luafile with $$shac; \
|
||||
$$shac -w --ignore-missing -c $$CHKSUMSTMP < $$luafile; \
|
||||
break; \
|
||||
fi; \
|
||||
fi; \
|
||||
tar zxf $$luafile && \
|
||||
rm -f $$luafile; \
|
||||
fi; \
|
||||
fi; \
|
||||
else \
|
||||
echo All three sites failed!; \
|
||||
break; \
|
||||
fi; \
|
||||
done; \
|
||||
true )
|
||||
|
||||
Reference in New Issue
Block a user