Skip to content

Commit d185d9e

Browse files
committed
test3
1 parent e68f5a7 commit d185d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

customize_firmware.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ check_download() {
111111
echo $EXPECTED_HASH >> /root/install_customice.log
112112
echo $OUTPUT_FILE >> /root/install_customice.log
113113

114-
114+
sleep 40
115115
out=$(wget --waitretry=10 -t 5 -O "/root/$OUTPUT_FILE" "$URL")
116116
wait $out
117-
sleep 40
117+
118118
if [[ $? -eq 0 ]]; then
119119
if check_hash "$OUTPUT_FILE"; then
120120
echo "Hash is okay" >> /root/install_customice.log

0 commit comments

Comments
 (0)