增加时区设置

This commit is contained in:
wzj 2022-12-13 14:43:13 +08:00
parent 125ff6c276
commit 92a5c35a53

View File

@ -98,7 +98,10 @@ export HISTFILE="/var/log/history/${LOGNAME}/${USER_IP}-log.$DT"
chmod 600 /var/log/history/${LOGNAME}/*log* 2>/dev/null
######################代码结束#######################
EOF
source /etc/profile
}
TimeZone(){
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
}
BASE_INSTALL
REPO_REPLACE
@ -106,3 +109,5 @@ TOOL_INSTALL
FIREWALLD
IPTABLES
PS1
TimeZone
source /etc/profile