Skip to content

Commit

Permalink
fix image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai committed Dec 1, 2022
1 parent 0c58fea commit fa97763
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 conf/*`
paths=`ls /curvefs/conf/*`
fi
for path in $paths;
do
Expand Down

0 comments on commit fa97763

Please sign in to comment.