This commit is contained in:
tuend-work
2025-11-12 23:41:29 +07:00
parent a4c34b57cd
commit b24116c0be
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -448,7 +448,7 @@ touchExim
${DA_SCRIPTS}/cron_deny.sh ${DA_SCRIPTS}/cron_deny.sh
getLicense getLicense
getServices #getServices
if [ ! -e ${DA_PATH}/custombuild/options.conf ] && [ -e /etc/redhat-release ] && [ ! -e /etc/init.d/xinetd ] && [ -e /usr/bin/yum ]; then if [ ! -e ${DA_PATH}/custombuild/options.conf ] && [ -e /etc/redhat-release ] && [ ! -e /etc/init.d/xinetd ] && [ -e /usr/bin/yum ]; then
yum -y install xinetd yum -y install xinetd

View File

@@ -599,7 +599,7 @@ if [ -x $DATE_BIN ]; then
echo "'$NOW' is not a valid integer. Check the '$DATE_BIN +%s' command"; echo "'$NOW' is not a valid integer. Check the '$DATE_BIN +%s' command";
fi fi
fi fi
touch /root/.skip_mysql_install #touch /root/.skip_mysql_install
#setup a basic my.cnf file. #setup a basic my.cnf file.
MYCNF=/etc/my.cnf MYCNF=/etc/my.cnf
if [ ! -e /root/.skip_mysql_install ]; then if [ ! -e /root/.skip_mysql_install ]; then