We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d6c6b commit 15dc0aaCopy full SHA for 15dc0aa
Install/customize_firmware.sh
@@ -118,7 +118,7 @@ check_download() {
118
echo "Hash is okay" >> /root/install_customice.log
119
break
120
else
121
- # echo "Hash-Error"
+ echo "$OUTPUT_FILE" | sha256sum >> /root/install_customice.log
122
rm -f "$OUTPUT_FILE" && echo 'del file false Hash' >> /root/install_customice.log
123
fi
124
customize_firmware.sh
0 commit comments