mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Alert user when downloading a new version
This commit is contained in:
parent
48012bc26f
commit
cf71c485a3
@ -230,6 +230,7 @@ if($use_old_checkversion == false) {
|
||||
} else {
|
||||
touch("/tmp/auto_upgrade_in_progress");
|
||||
log_error("Downloading http://www.pfSense.com/latest.tgz");
|
||||
update_status("Downloading latest version...");
|
||||
download_file_with_progress_bar("http://www.pfSense.com/latest.tgz", "/tmp/latest.tgz");
|
||||
log_error("Downloading http://www.pfSense.com/latest.tgz");
|
||||
download_file_with_progress_bar("http://www.pfSense.com/latest.tgz.md5", "/tmp/latest.tgz.md5");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user