Skip to content

Commit

Permalink
create dapr install dir before copy (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: hdget <[email protected]>
Co-authored-by: Mukundan Sundararajan <[email protected]>
Co-authored-by: Shubham Sharma <[email protected]>
Co-authored-by: Pravin Pushkar <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
  • Loading branch information
5 people authored Oct 3, 2023
1 parent 235f40c commit a08eebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a08eebb

Please sign in to comment.