Skip to content

Commit

Permalink
fix image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai authored and YunhuiChen committed Dec 5, 2022
1 parent fa97763 commit 761b4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ copy_file ./thirdparties/aws/aws-sdk-cpp/build/aws-cpp-sdk-s3-crt/libaws-cpp-sdk
if [ "$1" == "bs" ]; then
paths=`ls conf/* nebd/etc/nebd/*`
else
paths=`ls /curvefs/conf/*`
paths=`ls curvefs/conf/*`
fi
for path in $paths;
do
Expand Down

0 comments on commit 761b4c6

Please sign in to comment.