Remove build settings from packs.
This commit is contained in:
parent
4a6d62fded
commit
9087feec4f
5 changed files with 1 additions and 167 deletions
|
@ -183,14 +183,6 @@ class PackController extends Controller
|
|||
'description' => $pack->dscription,
|
||||
'selectable' => (bool) $pack->selectable,
|
||||
'visible' => (bool) $pack->visible,
|
||||
'build' => [
|
||||
'memory' => $pack->build_memory,
|
||||
'swap' => $pack->build_swap,
|
||||
'cpu' => $pack->build_cpu,
|
||||
'io' => $pack->build_io,
|
||||
'container' => $pack->build_container,
|
||||
'script' => $pack->build_script,
|
||||
],
|
||||
];
|
||||
|
||||
$filename = tempnam(sys_get_temp_dir(), 'pterodactyl_');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue