mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
Specify ubuntu version & add string validation
This commit is contained in:
parent
a6bef1b71b
commit
951baaca54
@ -104,7 +104,7 @@ EOF;
|
|||||||
'startup' => null,
|
'startup' => null,
|
||||||
'script_install' => $script,
|
'script_install' => $script,
|
||||||
'script_entry' => 'bash',
|
'script_entry' => 'bash',
|
||||||
'script_container' => 'ubuntu:latest',
|
'script_container' => 'ubuntu:16.04',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ EOF;
|
|||||||
'default_value' => 'Powered by Pterodactyl',
|
'default_value' => 'Powered by Pterodactyl',
|
||||||
'user_viewable' => 1,
|
'user_viewable' => 1,
|
||||||
'user_editable' => 1,
|
'user_editable' => 1,
|
||||||
'rules' => 'required',
|
'rules' => 'required|string',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
ServiceVariable::updateOrCreate([
|
ServiceVariable::updateOrCreate([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user