Skip to content

Commit e11fb1d

Browse files
authored
Fixed minor sharch_body.sh issue
1 parent b3fdcb4 commit e11fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/sharch_body.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
cd $tmp_dir
4949
echo -n "Preparing image archive ..."
5050

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

5353
echo " OK."
5454
cd $cur_wd

0 commit comments

Comments
 (0)