Skip to content

Commit c0743db

Browse files
committed
chore: add chmod in the kcl language server install scripts
Signed-off-by: peefy <xpf6677@163.com>
1 parent f889166 commit c0743db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/script/install-kcl-lsp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ installFile() {
208208
if [ -f "$KCL_CLI_FILE" ]; then
209209
updateProfile "$KCLVM_HOME_DIR" && info "Finished" "kcl-language-server installed into $KCL_INSTALL_DIR/bin successfully."
210210
# Check the KCL CLI version
211+
chmod +x kcl-language-server
211212
runAsRoot kcl-language-server version
212213
else
213214
error "Failed to install KCL language server into $KCL_CLI_FILE"

0 commit comments

Comments
 (0)