Skip to content

Commit e68f5a7

Browse files
committed
test3
1 parent e432123 commit e68f5a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

customize_firmware.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ check_download() {
113113

114114

115115
out=$(wget --waitretry=10 -t 5 -O "/root/$OUTPUT_FILE" "$URL")
116-
117-
wait $out && if [[ $? -eq 0 ]]; then
116+
wait $out
117+
sleep 40
118+
if [[ $? -eq 0 ]]; then
118119
if check_hash "$OUTPUT_FILE"; then
119120
echo "Hash is okay" >> /root/install_customice.log
120121
break

0 commit comments

Comments
 (0)