From 2c3d53899e61bbc52238949603432be0d2bd6545 Mon Sep 17 00:00:00 2001 From: ciniao <4041990@qq.com> Date: Thu, 11 Jan 2024 11:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?pm2=E9=9B=86=E7=BE=A4=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zoeninfo.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zoeninfo.sh b/zoeninfo.sh index 254ea0e..de007f2 100644 --- a/zoeninfo.sh +++ b/zoeninfo.sh @@ -3,3 +3,8 @@ cp "/usr/share/zoneinfo/$1" "/etc/localtime" echo "$1" > /etc/timezone +for i in `env | grep -E -i 'SERVER_GAME' | sed 's/=.*//'` ; do + unset $i +done + +