fix issues with failed updates

This commit is contained in:
Aiden McClelland
2022-01-24 11:59:33 -07:00
committed by Keagan McClelland
parent 8a559b71fd
commit 3ab078a878
3 changed files with 21 additions and 7 deletions

View File

@@ -93,3 +93,6 @@ if ! [[ "$(cat $INPUT_HASH)" == "$(cat $OUTPUT_HASH)" ]]; then
fi
rm $INPUT_HASH $OUTPUT_HASH
echo "Verification Succeeded"
sudo e2label update.img red
echo "Image Relabeled to \"red\""