Skip to content

Commit a08eebb

Browse files
hdgetmukundansundarshubham1172pravinpushkaryaron2
authored
create dapr install dir before copy (#1112)
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]>
1 parent 235f40c commit a08eebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ installFile() {
180180
runAsRoot rm "$DAPR_CLI_FILE"
181181
fi
182182
chmod o+x $tmp_root_dapr_cli
183+
mkdir -p $DAPR_INSTALL_DIR
183184
runAsRoot cp "$tmp_root_dapr_cli" "$DAPR_INSTALL_DIR"
184185

185186
if [ -f "$DAPR_CLI_FILE" ]; then

0 commit comments

Comments
 (0)