Compare commits

...

2 Commits

Author SHA1 Message Date
tuend-work
ff5faf85db Merge branch 'main' of https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4 2025-11-12 21:29:33 +07:00
tuend-work
7fc457674d ud 2025-11-12 20:22:52 +07:00
2 changed files with 1 additions and 1 deletions

View File

@@ -711,7 +711,7 @@ if ${DOWNLOAD_BETA}; then
else
APPEND_BETA=""
fi
$BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $BIND_ADDRESS "https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/da-1604-centos7.tar.gz"
$BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $BIND_ADDRESS "https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/directadmin-1.62.4.tar.gz"
if [ ! -e $DA_PATH/update.tar.gz ]; then
echo "Unable to download $DA_PATH/update.tar.gz";