mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Mount image read write before upgrading.
This commit is contained in:
parent
0b9246dbe9
commit
ceab1c9199
@ -40,7 +40,7 @@ switch ($command) {
|
||||
die;
|
||||
$status = does_url_exist($url);
|
||||
if($status) {
|
||||
/etc/rc.conf_mount_rw
|
||||
conf_mount_rw();
|
||||
echo "\nFetching file size...\n";
|
||||
$file_size = exec("fetch -s \"$url\"");
|
||||
$file_size = trim($file_size, "\r");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user