Skip to content

Commit

Permalink
Fixed minor sharch_body.sh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ycoheNvidia committed Aug 23, 2022
1 parent b3fdcb4 commit e11fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/sharch_body.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
cd $tmp_dir
echo -n "Preparing image archive ..."

sed -e '1,/^exit_marker$/d' $archive_path | head -c $payload_image_size | tar xf - || clean_up 1
sed -e '1,/^exit_marker$/d' $archive_path | head -c $payload_image_size | tar xf - || exit 1

echo " OK."
cd $cur_wd
Expand Down

0 comments on commit e11fb1d

Please sign in to comment.