From 3735e9b38b6ca1dcae70cb8bd3a6d384857fe6eb Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 26 Sep 2023 00:29:19 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=BE=E5=BC=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 8d777ac5a..21bd689fa 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,7 @@ chmod -R 700 /usr/sbin/* && chmod -R 700 /sbin/* && chmod -R 700 /bin/* # 放开部分需要的可执行权限 chmod 755 `which mysql` `which psql` `which mongosh` `which tsql` `which redis` `which clickhouse-client` chmod 755 `which kubectl` `which rawkubectl` `which helm` `which rawhelm` +chmod 755 `which jq` `which less` `which vim` cd /opt/koko ./koko