mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix issues with failed updates
This commit is contained in:
committed by
Keagan McClelland
parent
8a559b71fd
commit
3ab078a878
@@ -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\""
|
||||
|
||||
Reference in New Issue
Block a user