Skip to content

Commit

Permalink
Fix command to restore from snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed May 12, 2020
1 parent 3853932 commit f901337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/rpaasinstance/rpaasinstance_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exit 1
`
mkdir -p ${CACHE_SNAPSHOT_MOUNTPOINT}/temp;
mkdir -p ${CACHE_SNAPSHOT_MOUNTPOINT}/nginx;
mkdir -p ${CACHE_PATH}/rpaas/nginx_tmp;
mkdir -p ${CACHE_PATH}/nginx_tmp;
${POD_CMD}
`}
)
Expand Down

0 comments on commit f901337

Please sign in to comment.