From 4ee75272a9af909607721fdb124a8f8cbbd144fe Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Tue, 20 Aug 2024 16:25:00 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20timezone=20config=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions-dev/01-set-timezone.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ebextensions-dev/01-set-timezone.config b/.ebextensions-dev/01-set-timezone.config index f137cd5..869275c 100644 --- a/.ebextensions-dev/01-set-timezone.config +++ b/.ebextensions-dev/01-set-timezone.config @@ -1,3 +1,3 @@ commands: -set_time_zone: -command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime \ No newline at end of file + set_time_zone: + command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime \ No newline at end of file