./build update bug

jet1972

Verified User
Joined
Jul 8, 2011
Messages
266
Just did the usual ./build update.

But this time there was some problem to get the file: 206 Partial Content and then the script extracted the partial custombuild.tar.gz and now ./build is not working any more.

The script should not extract the file if it is not loaded completely.

How to get it work again?

Kind regards,
Jan
 
Code:
cd /usr/local/directadmin
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xzf custombuild.tar.gz
 
Back
Top