mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix text
This commit is contained in:
parent
2612ebc6a0
commit
47b5ce1f1d
@ -93,7 +93,7 @@ switch ($command) {
|
||||
exec("fetch -1 -w15 -a -v -o /root/firmware.tgz.md5 \"$url.md5\"");
|
||||
} else {
|
||||
echo "\n\nWARNING.\n";
|
||||
echo "\nCould not locate a MD5 file. We cannot verify the download once its done.\n\n";
|
||||
echo "\nCould not locate a MD5 file. We cannot verify the download once completed.\n\n";
|
||||
sleep(15);
|
||||
}
|
||||
if(file_exists("/root/firmware.tgz.md5")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user