Commit df44e30c authored by fuyanbin's avatar fuyanbin
Browse files

fix: 加上可执行权限

parent d3284341
......@@ -45,7 +45,6 @@ total_size=0
partition_info_dump=$(lpdump -j "$c_super_file" | jq -c -r '.partitions[]')
for item in $partition_info_dump
do
echo $item
if [[ "$(echo "$item" | jq -r '.group_name')" == "$group_name" ]]
then
name=$(echo "$item" | jq -r '.name')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment