代码拉取完成,页面将自动刷新
同步操作将从 MickeyBeeHome/MLSBS 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#! Encoding UTF-8
#配置参数
InstallPath="/usr/local"
LibPath="$ScriptPath/mylib"
FunctionPath="$ScriptPath/function"
TemplatePath="$ScriptPath/Template"
MyCronBashPath="$InstallPath/mybash"
MyBashLogPath="$LogPath/mybash"
Python2Path="$ScriptPath/py2script"
DownloadTmp="/tmp"
#日志
LogPath="/var/log"
InfoLog=$LogPath/mlsbs_err$(date +%Y%m%d).log
ErrLog=$LogPath/mlsbs_info$(date +%Y%m%d).log
#check system parameter about cpu's core ,ram ,other
#
#收集系统的一些基础参数给其他函数使用
#
SysName=""
SysCount=""
FileMax=$(cat /proc/sys/fs/file-max)
OSlimit=$(ulimit -n)
egrep -i "centos" /etc/issue && SysName='centos'
egrep -i "debian" /etc/issue && SysName='debian'
egrep -i "ubuntu" /etc/issue && SysName='ubuntu'
SysVer=$(uname -r|cut -d. -f1-2)
SysBit='32' && [ $(getconf WORD_BIT) == '32' ] && [ $(getconf LONG_BIT) == '64' ] && SysBit='64'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。