ud
This commit is contained in:
@@ -188,10 +188,10 @@ if [ "${OS}" != "FreeBSD" ]; then
|
||||
echo "*** g++ is required for compiling, please install g++ ***"
|
||||
RET=1
|
||||
fi
|
||||
if [ ! -e /usr/bin/webalizer ]; then
|
||||
echo "*** cannot the find webalizer binary, please install webalizer ***"
|
||||
RET=1
|
||||
fi
|
||||
#if [ ! -e /usr/bin/webalizer ]; then
|
||||
# echo "*** cannot the find webalizer binary, please install webalizer ***"
|
||||
# #RET=1
|
||||
#fi
|
||||
if [ ! -e /usr/sbin/setquota ]; then
|
||||
echo "*** cannot find /usr/sbin/setquota. Please make sure that quota is installed (yum install quota) ***"
|
||||
RET=1
|
||||
|
||||
@@ -446,7 +446,7 @@ touchExim
|
||||
|
||||
./fstab.sh
|
||||
${DA_SCRIPTS}/cron_deny.sh
|
||||
|
||||
touch /root/.skip_get_license
|
||||
getLicense
|
||||
#getServices
|
||||
|
||||
@@ -498,6 +498,7 @@ ${DA_SCRIPTS}/sysbk.sh
|
||||
|
||||
|
||||
cd ${DA_PATH}/custombuild
|
||||
echo "Bắt đầu build....."
|
||||
chmod 755 build
|
||||
./build update
|
||||
./build all d
|
||||
|
||||
Reference in New Issue
Block a user