From c5cf99d026a6b977599662b5adf98709649601cb Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 1 Dec 2022 14:01:51 +0000 Subject: [PATCH] Fix typo in install.sh excecute -> execute Signed-off-by: Ikko Ashimine --- assembly/bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/bin/install.sh b/assembly/bin/install.sh index bf49bea92..1ef214d3e 100644 --- a/assembly/bin/install.sh +++ b/assembly/bin/install.sh @@ -149,7 +149,7 @@ replaceCommonIp EUREKA_URL=http://$EUREKA_INSTALL_IP:$EUREKA_PORT/eureka/ -## excecute sql +## execute sql source ${workDir}/bin/executeSQL.sh function changeCommonConf(){ -- Gitee