From a08eebb5db296e8c2fbf53593ff9c4525ec8a91b Mon Sep 17 00:00:00 2001 From: hdget <87684157+hdget@users.noreply.github.com> Date: Wed, 4 Oct 2023 04:17:49 +0800 Subject: [PATCH] create dapr install dir before copy (#1112) Signed-off-by: hdget Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> Co-authored-by: Shubham Sharma Co-authored-by: Pravin Pushkar Co-authored-by: Yaron Schneider --- install/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install.sh b/install/install.sh index 82e19b509..6da4e68f9 100755 --- a/install/install.sh +++ b/install/install.sh @@ -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