增加时区设置
This commit is contained in:
parent
125ff6c276
commit
92a5c35a53
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user