mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Reset $pkg_chmod variable on each loop
* Actually invoke chmod command if needed
This commit is contained in:
parent
ab0a8f8808
commit
3c338e4d2b
@ -353,6 +353,7 @@ foreach ($packages_to_install as $id) {
|
||||
fwrite($fd_log, "Downloading additional files needed for package " . $filename . " ...\n");
|
||||
update_status("Downloading additional files needed for package " . $filename . " ...\n");
|
||||
$prefix = "/usr/local/pkg/";
|
||||
$pkg_chmod = "";
|
||||
if($afn['chmod'] <> "")
|
||||
$pkg_chmod = $afn['chmod'];
|
||||
if($afn['prefix'] <> "")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user