Merge branch 'master' into merge_rel_1.12_master

This commit is contained in:
Pravin Pushkar 2023-10-04 09:30:30 +05:30 committed by GitHub
commit 7a09fd6b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ installFile() {
runAsRoot rm "$DAPR_CLI_FILE"
fi
chmod o+x $tmp_root_dapr_cli
mkdir -p $DAPR_INSTALL_DIR
runAsRoot cp "$tmp_root_dapr_cli" "$DAPR_INSTALL_DIR"
if [ -f "$DAPR_CLI_FILE" ]; then