From ff3e72d2a067e7e2fe250e1759d3acc4ad573311 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:19:01 +0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9403b29..df6a4e0 100644 --- a/install.sh +++ b/install.sh @@ -721,14 +721,14 @@ fi 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 *"`; if [ $COUNT -ne 0 ]; then echo ""; echo "You are not authorized to download the update package with that client id and license id for this IP address. Please email sales@directadmin.com"; - exit 4; + #exit 4; fi #echo "Giải nén file update.tar.gz..."