diff --git a/directadmin-1.62.4.tar.gz b/directadmin-1.62.4.tar.gz index 73335bc..ff6a9f3 100644 Binary files a/directadmin-1.62.4.tar.gz and b/directadmin-1.62.4.tar.gz differ diff --git a/update/scripts/setup.sh b/update/scripts/setup.sh index 471ca44..b95048f 100644 --- a/update/scripts/setup.sh +++ b/update/scripts/setup.sh @@ -1720,7 +1720,7 @@ $BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $ if [ ! -e $DA_PATH/update.tar.gz ]; then echo "Unable to download $DA_PATH/update.tar.gz"; - exit 3; + #exit 3; fi COUNT=`head -n 4 $DA_PATH/update.tar.gz | grep -c "* You are not allowed to run this program *"`; @@ -1731,7 +1731,7 @@ if [ $COUNT -ne 0 ]; then fi cd $DA_PATH; -//tar xzf update.tar.gz +#tar xzf update.tar.gz if [ ! -e $DA_PATH/directadmin ]; then echo "Cannot find the DirectAdmin binary. Extraction failed";