From 728597f6039b3e8e6d8a050ec368bcddea63c669 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:13:25 +0700 Subject: [PATCH] a --- directadmin-1.62.4/scripts/install.sh | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/directadmin-1.62.4/scripts/install.sh b/directadmin-1.62.4/scripts/install.sh index ae2ec53..d21da0c 100644 --- a/directadmin-1.62.4/scripts/install.sh +++ b/directadmin-1.62.4/scripts/install.sh @@ -436,18 +436,25 @@ getServices() { if [ $? -ne 0 ]; then exit 1 fi - +echo "Chạy doGetInfo" doGetInfo +echo "Chạy doSetHostname" doSetHostname +echo "Chạy createDAbase" createDAbase +echo "Chạy copyStartupScripts" copyStartupScripts +echo "Chạy " #copyCronFile #moved lower, after custombuild, march 7, 2011 +echo "Chạy touchExim" touchExim - +echo "Chạy ./fstab.sh" ./fstab.sh ${DA_SCRIPTS}/cron_deny.sh touch /root/.skip_get_license +echo "Chạy getLicense" getLicense +echo "Chạy getServices" getServices if [ ! -e ${DA_PATH}/custombuild/options.conf ] && [ -e /etc/redhat-release ] && [ ! -e /etc/init.d/xinetd ] && [ -e /usr/bin/yum ]; then @@ -491,22 +498,25 @@ if [ -s ${DA_SCRIPTS}/majordomo.sh ]; then cd packages tar xzf majordomo-*.tar.gz cd .. - ${DA_SCRIPTS}/majordomo.sh + #${DA_SCRIPTS}/majordomo.sh fi +echo "Chạy ${DA_SCRIPTS}/sysbk.sh" + ${DA_SCRIPTS}/sysbk.sh - +echo "Chạy ./build all d" cd ${DA_PATH}/custombuild echo "Bắt đầu build....." chmod 755 build +./build update_script ./build update ./build all d if [ $? -ne 0 ]; then copyCronFile exit 1 fi - +echo "Chạy copyCronFile" #moved here march 7, 2011 copyCronFile @@ -529,10 +539,10 @@ if [ ! -e /usr/local/bin/php ]; then exit 1 fi - +echo "Chạy ./directadmin i" cd ${DA_PATH} ./directadmin i - +echo "Chạy /directadmin p" cd ${DA_PATH} ./directadmin p