Revision 47b5ce1f
Added by Chris Buechler about 14 years ago
etc/rc.initial.firmware_update | ||
---|---|---|
93 | 93 |
exec("fetch -1 -w15 -a -v -o /root/firmware.tgz.md5 \"$url.md5\""); |
94 | 94 |
} else { |
95 | 95 |
echo "\n\nWARNING.\n"; |
96 |
echo "\nCould not locate a MD5 file. We cannot verify the download once its done.\n\n";
|
|
96 |
echo "\nCould not locate a MD5 file. We cannot verify the download once completed.\n\n";
|
|
97 | 97 |
sleep(15); |
98 | 98 |
} |
99 | 99 |
if(file_exists("/root/firmware.tgz.md5")) { |
Also available in: Unified diff
fix text